Release 0.1.8
What's Changed
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