MCP Scorecard keeps the v1.0.0 pipeline intentionally small and deterministic.
flowchart LR
A[Local MCP server command] --> B[stdio transport]
B --> C[Normalization]
C --> D[Rules registry]
D --> E[Scoring engine]
E --> F[Terminal summary]
E --> G[JSON report]
E --> H[SARIF report]
F --> I[CLI and GitHub Actions]
G --> I
H --> I
Key properties:
- one MCP transport for
v1.0.0: localstdio - one deterministic rule per file
- one deterministic quality scoring engine
- output layer formats an already-built
Report