webclaw/packages/create-webclaw/server.json
Valerio 8d3483cbe9 chore(registry): reword server.json (drop competitor name), bump to 0.6.17
Published to the MCP registry as io.github.0xMassi/webclaw@0.6.17. Description
no longer names a competitor (public-scrubbing posture); packages[].version
stays 0.6.16 (the live @webclaw/mcp on npm — the registry validates it exists).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 13:25:29 +02:00

17 lines
469 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.0xMassi/webclaw",
"title": "webclaw",
"description": "Turn any URL into clean markdown/JSON for AI agents. Self-hostable web content extraction.",
"version": "0.6.17",
"packages": [
{
"registryType": "npm",
"identifier": "@webclaw/mcp",
"version": "0.6.16",
"transport": {
"type": "stdio"
}
}
]
}