v0.1.2 — OpenClaw
This commit is contained in:
@@ -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."*
|
||||
|
||||
## Tools
|
||||
|
||||
+1
-1
@@ -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" },
|
||||
|
||||
+2
-2
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user