mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-24 07:31:01 +02:00
- README: rewrite to match the main webclaw README's voice/positioning (clean markdown/JSON/LLM-ready context + anti-bot angle), accurate 14-tool local/cloud split, consistent links. This is the package's npm landing page. - version @webclaw/mcp in lockstep with the core release (0.6.15) so @webclaw/mcp@X.Y.Z always installs webclaw vX.Y.Z; sync the MCP-registry server.json version to match. - release.yml: add an `npm` job (needs: release) that pins the launcher's RELEASE_TAG to the tag and publishes @webclaw/mcp on stable tags. Requires an NPM_TOKEN repo secret with publish rights on the @webclaw scope. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
39 lines
890 B
JSON
39 lines
890 B
JSON
{
|
|
"name": "@webclaw/mcp",
|
|
"version": "0.6.15",
|
|
"description": "Zero-install launcher for the webclaw MCP server: web extraction and anti-bot access for AI agents. Runs `npx @webclaw/mcp`.",
|
|
"type": "module",
|
|
"bin": {
|
|
"webclaw-mcp": "./webclaw-mcp.mjs"
|
|
},
|
|
"mcpName": "io.github.0xMassi/webclaw",
|
|
"files": [
|
|
"webclaw-mcp.mjs",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"author": "0xMassi",
|
|
"homepage": "https://webclaw.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/0xMassi/webclaw.git",
|
|
"directory": "packages/webclaw-mcp"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/0xMassi/webclaw/issues"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"model-context-protocol",
|
|
"webclaw",
|
|
"web-scraping",
|
|
"web-extraction",
|
|
"ai-agents",
|
|
"cloudflare",
|
|
"anti-bot",
|
|
"llm"
|
|
]
|
|
}
|