hot reloading the BRUTAL way

This commit is contained in:
lda
2026-04-30 06:53:32 +07:00 Verified
parent ef2f179110
commit 0d6f04b50e
12 changed files with 715 additions and 49 deletions
+31 -13
View File
@@ -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": {}
}
}
]