@truspec/mcp-server
v0.7.0
Published
TruSpec MCP server — exposes the engine to AI agents (Claude Code, etc.).
Maintainers
Readme
@truspec/mcp-server
The first-party MCP server for TruSpec, exposing the engine to AI agents (Claude Code, Cursor, etc.).
claude mcp add truspec -- npx -y @truspec/mcp-serverOr in your MCP client config:
{ "mcpServers": { "truspec": { "command": "npx", "args": ["-y", "@truspec/mcp-server"] } } }10 tools: list_collections, run_request, run_collection, create_request, update_request, drift, coverage, scaffold_from_spec, mock_start, mock_stop. Create/update validate against the schema before writing.
Documentation
- AI agents (MCP) guide — install, every tool's inputs, and client configuration.
- Full documentation — concepts, file format, spec sync, and more.
See the main README.
MIT
