Skip to content

v0.8.0

Choose a tag to compare

@assagman assagman released this 11 Jan 08:24
· 21 commits to main since this release
v0.8.0
adf35c6

Highlights

  • Breaking change: toolbox_execute parameter renamed from name to toolId
  • Remote MCP connections now prefer Streamable HTTP with SSE fallback

Breaking Changes

  • toolbox_execute parameter renamed: name → toolId

Added

  • Streamable HTTP transport with SSE fallback for remote MCP connections

Changed

  • System prompt rewritten in structured XML for readability/debugging
  • Documented {serverName}_{toolName} format for toolbox_execute
  • Renamed ExtendedToolbox to MCPTools in system prompt
  • Improved code formatting throughout plugin

Fixed

  • Remote MCP client transport fallback cleanup to avoid closing existing connections

CI

  • Added CI/CD workflow and README badges
  • Fixed Codecov reporting and generated lcov.info for uploads

Documentation

  • Added performance tip about version pinning for faster startup
  • Updated docs to use toolId instead of name

Full Changelog: v0.7.0...v0.8.0