mcp-probe v1.0.0: A CI readiness gate for MCP servers Release of mcp-probe v1.0.0, a CI-ready readiness gate for MCP servers that goes beyond basic startup checks to validate whether tools actually work in agent workflows. The tool can test real tool calls with configurable inputs and expected outputs, supports multiple transport protocols (stdio, Streamable HTTP, and legacy SSE), and integrates with GitHub Actions through step summaries and annotations. mcp-probe started as a small CLI for checking whether an MCP server starts and exposes tools. That was useful, but after feedback from developers running real MCP servers in agent workflows, the gap became obvious: A server can start, pass tools/list , and still fail every real tool call because OAuth, browser auth, or downstream permissions are broken. So I shipped mcp-probe v1.0.0 as a CI-ready readiness gate for MCP servers. Install npx @k08200/mcp-probe@latest