19 lines
756 B
JSON
19 lines
756 B
JSON
{
|
|
"$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",
|
|
"packages": [
|
|
{
|
|
"registryType": "npm",
|
|
"identifier": "siteglass-mcp",
|
|
"version": "0.1.0",
|
|
"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 },
|
|
{ "name": "SITEGLASS_BASE_URL", "description": "API base URL (default https://siteglass.io).", "isRequired": false }
|
|
]
|
|
}
|
|
]
|
|
}
|