Releases: grll/mcpadapt
Releases · grll/mcpadapt
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
transportparameter 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_timeoutparameter does not apply to async code execution
Full Changelog: v0.1.7...v0.1.8
Release 0.1.7
What's Changed
- Always get latest tools by @joejoe2 in #42
- fixes issue 39 by @valeriova96 in #40
New Contributors
- @valeriova96 made their first contribution in #40
Full Changelog: v0.1.5...v0.1.7
Release 0.1.5
Release 0.1.4
Release 0.1.3
Full Changelog: v0.1.0...v0.1.3
Release 0.1.0
Full Changelog: v0.0.19...v0.1.0
Release 0.0.19
Release 0.0.18
Release 0.0.17
Release 0.0.16
Full Changelog: v0.0.15...v0.0.16
- Add support for crewAI