feat(mcp): configure servers
* `context7` * `git`
This commit is contained in:
parent
988fd8fe27
commit
021ca0e11f
17
config/mcphub/config.json
Normal file
17
config/mcphub/config.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"command": "pnpm",
|
||||
"args": [
|
||||
"dlx",
|
||||
"@upstash/context7-mcp@latest"
|
||||
]
|
||||
},
|
||||
"git": {
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"mcp-server-git"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user