Skip to content

Release 0.1.8

Compare
Choose a tag to compare
@grll grll released this 24 May 10:10
· 13 commits to main since this release
789c4e7

What's Changed

  • Support for streamable-http transport by @joejoe2 in #48

New Features

  • Added support for streamable-http transport option alongside existing SSE transport
  • Maintains backward compatibility with existing implementations
  • Upgraded MCP dependency to v1.9.0 or higher for streamable-http support

Technical Details

  • New transport parameter allows choosing between 'sse' and 'streamable-http' transport protocols
  • Enhanced flexibility for different MCP server connection methods
  • Includes comprehensive tests for the new transport functionality
  • Updated documentation to reflect the new transport options

Known Issues

  • Tool invocation may hang indefinitely if the MCP server goes down (upstream MCP SDK behavior)
  • The connect_timeout parameter does not apply to async code execution

Full Changelog: v0.1.7...v0.1.8