How are you testing your MCP servers? (I built a framework for it)
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, obvio...

Source: DEV Community
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)