@toolstackhq/qa-patterns-mcp
v1.0.18
Published
MCP server for scaffolding and validating qa-patterns templates.
Downloads
104
Readme
MCP Server
This package exposes qa-patterns as a small MCP server.
It is designed for LLM clients that should scaffold and validate projects without regenerating boilerplate in the prompt.
Package:
@toolstackhq/qa-patterns-mcp
Supported templates:
playwright-templatecypress-templatewdio-template
Published usage
Recommended MCP config:
{
"mcpServers": {
"qa-patterns": {
"command": "npx",
"args": ["-y", "@toolstackhq/qa-patterns-mcp"]
}
}
}Local development
Run it locally from the repo root:
npm install
npm run mcp:startTools exposed:
list_templatesdescribe_templatescaffold_templatevalidate_projectget_next_steps
