feat(nvim): move from avante to codecompanion #222

Merged
joao.dubas merged 6 commits from jpd-feat-switch-from-avante-to-codecompanion into main 2025-05-07 11:39:52 +00:00
Showing only changes of commit 021ca0e11f - Show all commits

17
config/mcphub/config.json Normal file
View File

@ -0,0 +1,17 @@
{
"mcpServers": {
"context7": {
"command": "pnpm",
"args": [
"dlx",
"@upstash/context7-mcp@latest"
]
},
"git": {
"command": "uvx",
"args": [
"mcp-server-git"
]
}
}
}