chore(mcp): add .mcp.json so Cursor / Open Plugins directories detect the MCP server

Declares the webclaw MCP server at the repo root (matches the README manual
config). Cursor's plugin scanner looks for .mcp.json/mcp.json at root.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Valerio 2026-06-15 18:15:19 +02:00
parent e7ec76bce9
commit 8a0768526f

7
.mcp.json Normal file
View file

@ -0,0 +1,7 @@
{
"mcpServers": {
"webclaw": {
"command": "~/.webclaw/webclaw-mcp"
}
}
}