Skip to content

MCP Failure Lab v0.6.0

Choose a tag to compare

@anilloutombam anilloutombam released this 29 Aug 13:21
· 5 commits to main since this release
ae254c8

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 disconnect so 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

Full changelog: v0.5.1...v0.6.0