Add MCP server configuration

This commit is contained in:
2026-05-12 12:26:42 -05:00
parent bdde092671
commit e89096f9ce
+9
View File
@@ -0,0 +1,9 @@
{
"mcpServers": {
"plaud-mpm": {
"command": "uv",
"args": ["run", "--with", "mcp[cli]", "${CLAUDE_PLUGIN_ROOT}/server/plaud_mcp.py"],
"env": {}
}
}
}