new config look at that

This commit is contained in:
lda
2026-06-05 15:33:37 +07:00 Verified
parent 1ffe7e3889
commit b632073e97
3 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ pyrightconfig.json
# local config file
wf_mcp.config.json
wf*.config.json
# Generated MCPB packages
*.mcpb
+36
View File
@@ -0,0 +1,36 @@
{
"version": 1,
"client": {
"target": {
"kind": "local"
}
},
"server": {
"store": {
"kind": "filesystem",
"root": ".wf_mcp_store"
},
"transports": [],
"sources": [
{
"kind": "mcp",
"id": "everything.default",
"enabled": true,
"provider": "everything",
"account": "default",
"profile": null,
"ownership": "locked",
"transport": {
"kind": "stdio",
"command": "pnpx",
"args": [
"@modelcontextprotocol/server-everything"
],
"env": {}
},
"auth_ref": null,
"metadata": {}
}
]
}
}