diff --git a/config/mcphub/config.json b/config/mcphub/config.json deleted file mode 100644 index 8199571..0000000 --- a/config/mcphub/config.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "mcpServers": { - "context7": { - "command": "pnpm", - "args": [ - "dlx", - "@upstash/context7-mcp@latest" - ] - }, - "git": { - "command": "uvx", - "args": [ - "mcp-server-git" - ] - }, - "vectorcode": { - "command": "vectorcode-mcp-server", - "args": [] - } - } -} diff --git a/config/mcphub/servers.json b/config/mcphub/servers.json index 6b0a486..8199571 100644 --- a/config/mcphub/servers.json +++ b/config/mcphub/servers.json @@ -1 +1,21 @@ -{"mcpServers":{}} \ No newline at end of file +{ + "mcpServers": { + "context7": { + "command": "pnpm", + "args": [ + "dlx", + "@upstash/context7-mcp@latest" + ] + }, + "git": { + "command": "uvx", + "args": [ + "mcp-server-git" + ] + }, + "vectorcode": { + "command": "vectorcode-mcp-server", + "args": [] + } + } +}