Files
plaud-mpm-plugin/.mcp.json
T

10 lines
180 B
JSON
Raw Normal View History

2026-05-12 12:26:42 -05:00
{
"mcpServers": {
"plaud-mpm": {
"command": "uv",
"args": ["run", "--with", "mcp[cli]", "${CLAUDE_PLUGIN_ROOT}/server/plaud_mcp.py"],
"env": {}
}
}
}