Skip to content

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 10:11
· 9 commits to main since this release
ad0f57f

What's Changed

Features

  • feat(cli): inventory every MCP server that has run on this machine by @kerlenton in #227
  • feat(cli): roll up every stored capture into one row per server and tool by @kerlenton in #228
  • feat(store): record what servers asked the user for and what they answered by @kerlenton in #229
  • feat(store): split a multi round-trip operation into server time and human time by @kerlenton in #231
  • feat(replay): re-issue a captured call against an HTTP endpoint by @kerlenton in #232
  • feat(npm): install and run mcpsnoop with npx, without a Go toolchain by @kerlenton in #233

Bug Fixes

  • fix(proxy): stop two false positives and a dropped auth challenge by @kerlenton in #225
  • fix(store): three defects behind the shared machinery the open issues need by @kerlenton in #226
  • fix(store): release a multi round-trip operation the parking cap retired by @kerlenton in #230
  • fix(npm): make re-running the publish job pick up where it stopped by @kerlenton in #234

Full Changelog: v0.19.0...v0.20.0