create-webclaw: bump to 0.1.6 (14-tool README + config-path fixes)

This commit is contained in:
Valerio 2026-07-19 04:10:25 +02:00
parent 44ae670596
commit d537174ca2
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "create-webclaw",
"version": "0.1.5",
"version": "0.1.6",
"mcpName": "io.github.0xMassi/webclaw",
"description": "Set up webclaw MCP server for AI agents (Claude, Cursor, Windsurf, OpenCode, Codex, Antigravity)",
"bin": {

View file

@ -3,12 +3,12 @@
"name": "io.github.0xMassi/webclaw",
"title": "webclaw",
"description": "Web extraction for AI agents — 14 tools to scrape, crawl, search, extract, summarize, and diff any URL into clean markdown, JSON, or LLM-ready text. A self-hostable Firecrawl alternative.",
"version": "0.1.5",
"version": "0.1.6",
"packages": [
{
"registryType": "npm",
"identifier": "create-webclaw",
"version": "0.1.5",
"version": "0.1.6",
"transport": {
"type": "stdio"
}