sameenchand/MCP Schema Lint
Lint an MCP server schema and fail CI on quality regressions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | MCP server URL to lint | yes | — |
| fail-on | Fail on: errors (default) or warnings | — | errors |
| min-grade | Fail if grade is below threshold (A, B, C, D, F) | no | — |
| token-budget | Max allowed token footprint | no | — |
Outputs
| name | description |
|---|---|
| grade | Letter grade (A–F) |
| score | Numeric score (0–100) |
| errors | Number of errors found |
| warnings | Number of warnings found |