feat(mcp): configure servers

* `context7`
* `git`
This commit is contained in:
2025-05-06 21:13:01 +00:00
parent 988fd8fe27
commit 021ca0e11f

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"
]
}
}
}