17 lines
332 B
JSON
17 lines
332 B
JSON
{
|
|
"store_root": ".wf_mcp_store",
|
|
"connections": [
|
|
{
|
|
"id": "everything.default",
|
|
"server": "everything",
|
|
"account": "default",
|
|
"enabled": true,
|
|
"metadata": {
|
|
"transport": "stdio",
|
|
"command": "pnpx",
|
|
"args": ["@modelcontextprotocol/server-everything"]
|
|
}
|
|
}
|
|
]
|
|
}
|