fix(neovim): move mcp utilities for server.json
This commit is contained in:
parent
488c0087e9
commit
15a0440c62
@ -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": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -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": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user