hot reloading the BRUTAL way
This commit is contained in:
+31
-13
@@ -1,6 +1,35 @@
|
||||
{
|
||||
"store_root": ".wf_mcp_store",
|
||||
"connections": [
|
||||
{
|
||||
"id": "context7.default",
|
||||
"server": "context7",
|
||||
"account": "default",
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"transport": "stdio",
|
||||
"command": "pnpx",
|
||||
"args": [
|
||||
"@upstash/context7-mcp"
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "serena.default",
|
||||
"server": "serena",
|
||||
"account": "default",
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"transport": "stdio",
|
||||
"command": "serena",
|
||||
"args": [
|
||||
"start-mcp-server",
|
||||
"--enable-web-dashboard=true"
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "everything.default",
|
||||
"server": "everything",
|
||||
@@ -11,19 +40,8 @@
|
||||
"command": "pnpx",
|
||||
"args": [
|
||||
"@modelcontextprotocol/server-everything"
|
||||
]
|
||||
}
|
||||
}, {
|
||||
"id": "context7.default",
|
||||
"server": "context7",
|
||||
"account": "default",
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"transport": "stdio",
|
||||
"command": "pnpx",
|
||||
"args": [
|
||||
"@upstash/context7-mcp"
|
||||
]
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user