mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 10:59:30 -04:00
feat: Add mcp client hub
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <utils/aspects.h>
|
||||
|
||||
#include "ButtonAspect.hpp"
|
||||
#include "McpClientsListAspect.hpp"
|
||||
|
||||
namespace QodeAssist::Settings {
|
||||
|
||||
@@ -21,6 +22,10 @@ public:
|
||||
|
||||
ButtonAspect showConnectionInstructions{this};
|
||||
|
||||
Utils::BoolAspect enableMcpClients{this};
|
||||
Utils::StringAspect mcpClientExtraPaths{this};
|
||||
McpClientsListAspect mcpClientsList{this};
|
||||
|
||||
private:
|
||||
void setupConnections();
|
||||
void resetSettingsToDefaults();
|
||||
|
||||
Reference in New Issue
Block a user