v0.1.2 — OpenClaw

This commit is contained in:
2026-06-05 14:32:43 -04:00
parent e4574d2a19
commit 92c849ff0a
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -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 <url> with siteglass."* Then ask the agent: *"test my app at <url> with siteglass."*
## Tools ## Tools
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "siteglass-mcp", "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.", "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", "type": "module",
"bin": { "siteglass-mcp": "server.js" }, "bin": { "siteglass-mcp": "server.js" },
+2 -2
View File
@@ -2,12 +2,12 @@
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.siteglass/mcp", "name": "io.siteglass/mcp",
"description": "Agent-driven web QA: scan a site, auto-generate + run E2E test flows, read results.", "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": [ "packages": [
{ {
"registryType": "npm", "registryType": "npm",
"identifier": "siteglass-mcp", "identifier": "siteglass-mcp",
"version": "0.1.1", "version": "0.1.2",
"transport": { "type": "stdio" }, "transport": { "type": "stdio" },
"environmentVariables": [ "environmentVariables": [
{ "name": "SITEGLASS_API_KEY", "description": "siteglass API key (optional; the server auto-creates an account if absent).", "isRequired": false, "isSecret": true }, { "name": "SITEGLASS_API_KEY", "description": "siteglass API key (optional; the server auto-creates an account if absent).", "isRequired": false, "isSecret": true },