Skip to content

mcp-stdio-guard v1.0.0

Latest

Choose a tag to compare

@1Utkarsh1 1Utkarsh1 released this 24 May 08:01
d86efa6

Initial stable release of mcp-stdio-guard.

Highlights:

  • Stable schemaVersion: 1 JSON contract for CI, registries, and badge ingestion.
  • Badge-friendly summary.status, summary.badge, issue classes, checks, and reproducibility fingerprint.
  • Real MCP initialize lifecycle validation plus advertised tools/resources/prompts list probes.
  • Strict stdout-only protocol hygiene with stderr diagnostics allowed.
  • Tool schema checks, cold/warm repeat drift checks, output limits, static scan, profiles, config files, and opt-in adversarial protocol probes.
  • Zero runtime dependencies.

Validation before release:

  • npm ci
  • npm test
  • npm run pack:dry
  • npm publish --dry-run --access public
  • npm audit --json
  • GitHub CI, CodeQL, Socket, and Snyk all passed.