snapgauge

jamessuuu/snapgauge
★ 0 stars TypeScript AI/LLM Updated today
Contract tests for MCP servers: snapshot schema and behavior, then fail CI when the next version moves.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "snapgauge": {
      "command": "npx",
      "args": [
        "-y",
        "jamessuuu/snapgauge"
      ]
    }
  }
}

README Excerpt

**Contract tests for MCP servers. Record a snapshot of a server's schema and observable behavior; fail CI when the next version moves. Deterministic, offline-capable, zero LLM.** > **Status: pre-release, M0–M7 landed; not yet published.** The design in > [docs/SPEC.md](docs/SPEC.md) is approved and frozen for v1; implementation

Tools (1)

snapgauge