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"