This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
webclaw
Watch
1
Star
0
Fork
You've already forked webclaw
0
mirror of
https://github.com/0xMassi/webclaw.git
synced
2026-07-24 07:31:01 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
main
webclaw
/
.mcp.json
9 lines
110 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
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>
2026-06-15 18:15:19 +02:00
{
"mcpServers"
:
{
"webclaw"
:
{
chore(mcp): flip .mcp.json to npx @webclaw/mcp; gitignore registry tokens The launcher is published (@webclaw/mcp@0.6.16), so the in-repo MCP config now uses the canonical npx form instead of a local ~/.webclaw binary path. Also ignore the mcp-publisher credential files so they can never be committed from packages/create-webclaw/. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 11:52:47 +02:00
"command"
:
"npx"
,
"args"
:
[
"-y"
,
"@webclaw/mcp"
]
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>
2026-06-15 18:15:19 +02:00
}
}
}
Reference in a new issue
Copy permalink