From 0b4ae4a08fcd5d772259ce9182ff6ac8c0d51ab3 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 7 May 2025 10:57:44 +0000 Subject: [PATCH] chore(neovim): add vectorcode mcp server --- config/mcphub/config.json | 4 ++++ config/mise/config.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/mcphub/config.json b/config/mcphub/config.json index 47bfc52..8199571 100644 --- a/config/mcphub/config.json +++ b/config/mcphub/config.json @@ -12,6 +12,10 @@ "args": [ "mcp-server-git" ] + }, + "vectorcode": { + "command": "vectorcode-mcp-server", + "args": [] } } } diff --git a/config/mise/config.toml b/config/mise/config.toml index b5a6ba5..368affd 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -29,7 +29,7 @@ "go:github.com/bloznelis/typioca" = "3.1.0" "npm:@anthropic-ai/claude-code" = "0.2.78" "pipx:aider-chat" = { version = "0.82.2", uvx_args = "--python 3.12.7 --with google-generativeai" } -"pipx:vectorcode" = { version = "0.5.6", uvx_args = "--python 3.13.2" } +"pipx:vectorcode" = { version = "0.5.6", uvx_args = "--python 3.13.2", extras = "mcp" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.0.7"