Files
mnote/packages/pi-mnote/extensions/mnote-mcp/.pi/mcp.json
T

10 lines
180 B
JSON
Raw Normal View History

2026-07-10 10:54:34 +08:00
{
"mcpServers": {
"example-filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/tmp"],
"disabled": true
}
}
}