Releases: VerificateAI/verificate-mcp-quickstart
Releases · VerificateAI/verificate-mcp-quickstart
Release list
v1.8.7 — works with no key: tokenless calls hit the free tier
The stdio bridge now forwards tool calls even without VERIFICATE_TOKEN, so a fresh install (Glama, Cline, npx) returns real verdicts on the no-signup free tier (25 validations per machine). When the cap is reached, the upsell surfaces inline. Set VERIFICATE_TOKEN to lift the cap to the full plan.
v1.8.6 — bridge parity: enriched tools, prompts and resources served locally
The stdio bridge now serves the same enriched surface as the hosted gateway: tool titles, side-effect annotations, fully documented parameters, output schemas, plus prompts (gate_my_changes, review_my_plan) and resources (verificate://gates, verificate://example-verdict). This is what directory sandboxes score.
v1.8.5 — permanent endpoint, full capability surface, enriched tool definitions
- Permanent hosted endpoint: https://mcp.verificate.ai/mcp (registry entry ai.verificate/mcp v1.8.5, branded icons)
- Full MCP capability surface: tools + prompts (gate_my_changes, review_my_plan) + resources (verificate://gates, verificate://example-verdict)
- Enriched tool definitions: titles, side-effect annotations, 100% documented parameters, output schemas, structuredContent responses
- Crisp tool boundaries: two gates (code / plan), one advisor (no verdict), one gated generator
- stdio bridge unchanged: npx github:Verificate-Dev/verificate-mcp-quickstart