MCP Server
MCP
io.github.grahamnotgrant/blacksmith
MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "blacksmith-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Blacksmith organization name",
"isRequired": true,
"format": "string",
"name": "BLACKSMITH_ORG"
},
{
"description": "Session cookie (auto-extracted from Chrome if not set)",
"format": "string",
"isSecret": true,
"name": "BLACKSMITH_SESSION_COOKIE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment