MCP Failure Lab v0.6.0
What’s changed
MCP Failure Lab 0.6.0 adds Streamable HTTP support alongside the existing stdio transport.
Streamable HTTP
- Start an HTTP server with
mcp-failure-lab serve --transport http. - Configure the listener with
--host,--port, and--path. - Added host, origin, path, and wildcard-address validation.
- Fixed
disconnectso it terminates the active HTTP request without stopping the server. - Added HTTP integration and end-to-end coverage.
- Updated the documentation with setup and Inspector examples.
Distribution
- Added automated publication to the official MCP Registry.
- Added MCP Registry and Glama metadata.
- Added project branding for package and registry listings.
Included pull requests
- #61 — Add Streamable HTTP support
- #63 — Add Glama metadata
- #64 — Publish releases to the MCP Registry
- #65 — Prepare v0.6.0
Full changelog: v0.5.1...v0.6.0