feat(neovim): experiment with ai agents #237

Merged
joao.dubas merged 10 commits from jpd-chore-improve-ai-configuration into main 2025-05-28 18:37:08 +00:00
2 changed files with 21 additions and 22 deletions
Showing only changes of commit 15a0440c62 - Show all commits

View File

@ -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": []
}
}
}

View File

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