1.0.0npm · automation-mcp · current release
Observed 2026-08-17T06:34:30.613Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
run_cucumber_testRun a Cucumber test with provided feature and step definitions. Returns test results and paths to any generated screenshots.Input schema{
"type": "object",
"properties": {
"feature_content": {
"type": "string",
"description": "The content of the .feature file"
},
"step_definitions": {
"type": "string",
"description": "The content of the step definitions file (TypeScript/JavaScript)"
}
},
"required": [
"feature_content",
"step_definitions"
]
} | — | — · — | — |