Vexyo adds conformance and regression testing for MCP servers
Longjumping_Gas_5756 · reddit · 2026-07-26
A new tester catches silent MCP server failures and regressions
The author built vexyo, an npm tool for MCP server testing, after repeatedly hitting a common problem: servers often do not crash when something is wrong. Instead, the model behaves oddly, skips tools, or misreads outputs, making debugging painful.
What it does:
- connects like a real client and checks the server against the MCP spec
- currently covers 16 rules across init, discovery, error handling, and transport
- points to the exact spec section when a rule fails
- supports regression mode, recording tool outputs and flagging schema/output drift on later runs
- is designed for CI, with non-zero exits plus GitHub Actions and junit/json output
Install/run example:
- npm i -D @vexyo/cli
- npx vexyo init
- npx vexyo run
The repo and docs are public, and the author is asking whether it catches real issues on other servers.
More from coding & agent
- Claude Opus 5 generates a sakura bonsai demo in Three.js — majidmanzarpour · 2026-07-26
- Why do AI coding tools charge a subscription if users already own API keys? — maa____z · 2026-07-26
- This docs pipeline makes wrong citations impossible by hiding line numbers from the model — Comprehensive-Bad-43 · 2026-07-26
- Google demos a multi-agent Gemini system that iterates on game design in real time — jggomezt · 2026-07-26
- Prompt shows an AI workflow for building a Call of Duty-level FPS in Three.js — mattshumer_ · 2026-07-26
- Hermes Agent adds backend streaming so slow local models finish compaction jobs — Teknium · 2026-07-26