This commit is contained in:
2026-06-05 13:35:03 -04:00
parent c8ac820c9a
commit e4574d2a19
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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" },
+2 -2
View File
@@ -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 },