new config look at that
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ pyrightconfig.json
|
|||||||
|
|
||||||
|
|
||||||
# local config file
|
# local config file
|
||||||
wf_mcp.config.json
|
wf*.config.json
|
||||||
|
|
||||||
# Generated MCPB packages
|
# Generated MCPB packages
|
||||||
*.mcpb
|
*.mcpb
|
||||||
|
|||||||
@@ -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": {}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user