diff --git a/package.json b/package.json index 1f6ee07..ba24572 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siteglass-mcp", - "version": "0.1.0", + "version": "0.1.1", "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 ed1b31b..e1faf87 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.0", + "version": "0.1.1", "packages": [ { "registryType": "npm", "identifier": "siteglass-mcp", - "version": "0.1.0", + "version": "0.1.1", "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 },