hhagenbuch/mcp-pact verify
Verify an MCP server against consumer-driven pacts, and fail the build on breaking changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pact | Path to the .mcp-pact.json file in your repository. | yes | — |
| server-command | Command that launches your MCP server over stdio (e.g. "npx -y @you/your-mcp-server"). Note: this is word-split on spaces; if an argument must contain spaces, wrap the launch in a small script and point server-command at that. | yes | — |
| strict | Fail on WARN findings (e.g. tool-description drift) as well as BREAKING ones. | no | false |
| json | Emit the report as JSON instead of human-readable text. | no | false |
Outputs
no outputs