What problem does it solve?
Shipping an MCP server based only on unit tests or schema review leaves protocol behavior, transport correctness, and documentation drift unverified, causing broken releases for end users.
Core Features & Use Cases
- Live Protocol Session Testing: Runs initialize, discovery, and invocation in one real session against a freshly built server process.
- Inventory Parity Verification: Compares source registrations, runtime discovery output, generated catalogs, and documentation to detect drift.
- Failure Path and Install Smoke Tests: Probes malformed requests, unknown methods, and invalid arguments, then verifies the documented install command in a clean environment.
- Use Case: Before publishing a new version of an MCP server, run this skill to produce a reproducible PASS/FAIL evidence report covering session behavior, contract parity, and install verification.
Quick Start
Run a release QA check on my MCP server at the current commit and produce an evidence report with a PASS or FAIL verdict.