Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 599 Bytes

File metadata and controls

24 lines (20 loc) · 599 Bytes

Architecture

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
Loading

Key properties:

  • one MCP transport for v1.0.0: local stdio
  • one deterministic rule per file
  • one deterministic quality scoring engine
  • output layer formats an already-built Report