From 6212d9054857e0ca47599e7f8d2633ab66546593 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Thu, 15 May 2025 12:10:25 +0000 Subject: [PATCH] fix(neovim): move mcp utilities for `server.json` --- config/mcphub/config.json | 21 --------------------- config/mcphub/servers.json | 22 +++++++++++++++++++++- 2 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 config/mcphub/config.json 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": [] + } + } +}