Skip to content

MCP Failure Lab v0.2.0

Choose a tag to compare

@anilloutombam anilloutombam released this 15 Aug 19:31
· 43 commits to main since this release
096456b

This release adds the first deterministic fault tools and a code-first scenario runner to MCP Failure Lab.

You can now exercise delayed, hanging, and disconnected MCP tool calls, then assert outcomes, timeout behavior, and duration. This release also strengthens testing, CI, coverage, security, and the contributor workflow.

The project remains under active development and is not yet published to npm.

What’s changed

Fault testing

  • Added MCP integration coverage and deterministic fault tools in #5
  • Added the scenario runner and timeout assertions in #12

Testing and automation

  • Added GitHub Actions verification in #7
  • Added a code-coverage baseline in #10
  • Added Codecov uploads in #11
  • Updated a vulnerable transitive dependency in #18

Contributor experience

  • Added contribution guidance in #6 and #8
  • Simplified the pull-request template in #13
  • Added issue templates in #14
  • Added community health and security policies in #19

Full changelog: v0.1.0...v0.2.0