From 92c849ff0a702b8e9e6c0ba68b40966a9344f3ef Mon Sep 17 00:00:00 2001 From: siteglass Date: Fri, 5 Jun 2026 14:32:43 -0400 Subject: [PATCH] =?UTF-8?q?v0.1.2=20=E2=80=94=20OpenClaw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ package.json | 2 +- server.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c5be94..215f625 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ claude mcp add siteglass -- npx siteglass-mcp } ``` +**OpenClaw** — add to `~/.openclaw/openclaw.json` (OpenClaw consumes MCP +servers); your assistant gets the `siteglass_*` tools: +```json +{ "mcpServers": { "siteglass": { "command": "npx", "args": ["-y", "siteglass-mcp"] } } } +``` + Then ask the agent: *"test my app at with siteglass."* ## Tools diff --git a/package.json b/package.json index ba24572..4e3c837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siteglass-mcp", - "version": "0.1.1", + "version": "0.1.2", "description": "MCP server for siteglass.io — agent-driven web QA: register a site, scan it, auto-generate and run E2E test flows, read results + replay. Pay-per-action in credits over Bitcoin Lightning.", "type": "module", "bin": { "siteglass-mcp": "server.js" }, diff --git a/server.json b/server.json index e1faf87..2eb38dd 100644 --- a/server.json +++ b/server.json @@ -2,12 +2,12 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.siteglass/mcp", "description": "Agent-driven web QA: scan a site, auto-generate + run E2E test flows, read results.", - "version": "0.1.1", + "version": "0.1.2", "packages": [ { "registryType": "npm", "identifier": "siteglass-mcp", - "version": "0.1.1", + "version": "0.1.2", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "SITEGLASS_API_KEY", "description": "siteglass API key (optional; the server auto-creates an account if absent).", "isRequired": false, "isSecret": true },