MCP Server
MCP
io.github.specshield26/specshield-mcp-server
The API-change deploy gate for AI coding agents. Read-only breaking-change detection.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "specshield-mcp-server",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SpecShield API key",
"isRequired": true,
"isSecret": true,
"name": "SPECSHIELD_API_KEY"
},
{
"description": "Backend base URL",
"name": "SPECSHIELD_API_URL"
},
{
"description": "Per-request timeout (ms)",
"name": "SPECSHIELD_TIMEOUT_MS"
},
{
"description": "debug|info|warn|error",
"name": "SPECSHIELD_LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment