From 8a0768526fcaa01c7afefc915d2e5e72cf01fd8b Mon Sep 17 00:00:00 2001 From: Valerio Date: Mon, 15 Jun 2026 18:15:19 +0200 Subject: [PATCH] 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) --- .mcp.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..fabcd4f --- /dev/null +++ b/.mcp.json @@ -0,0 +1,7 @@ +{ + "mcpServers": { + "webclaw": { + "command": "~/.webclaw/webclaw-mcp" + } + } +}