feat: Add mcp client hub

This commit is contained in:
Petr Mironychev
2026-04-23 09:37:36 +02:00
parent 90b7ed26b1
commit 620fded2e1
13 changed files with 1545 additions and 1 deletions

View File

@@ -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();