There are over 12,000 MCP servers on GitHub and npm right now. I checked a bunch of them. Almost none have tests.
It's not because the developers are lazy. It's because there was no standard, obvious way to test an MCP server. You'd have to wire up the SDK manually, handle stdio transport, write your own assertions...
So I built @lachytonner/mcp-test — a Vitest-based testing framework that works like Jest but for MCP servers...
(continue with code examples from README)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)