8000 Releases · grll/mcpadapt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: grll/mcpadapt

Release 0.1.10

14 Jun 09:27
f7feea7
Compare
Choose a tag to compare

What's Changed

  • fix: Add support for list-type JSON Schema fields in modeling.py by @sakthikannan25 in #37
  • Pass client_session_timeout through from MCPAdapt by @njbrake in #51

New Contributors

Full Changelog: v0.1.9...v0.1.10

Release 0.1.9

24 May 19:40
4deaddd
Compare
Choose a tag to compare

What's Changed

  • Fix #46: Filter None values in CrewAI adapter when schema doesn't allow null by @grll in #49

Full Changelog: v0.1.8...v0.1.9

Release 0.1.8

24 May 10:10
789c4e7
Compare
Choose a tag to compare

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

Release 0.1.7

18 May 20:11
19e6d37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.7

Release 0.1.5

13 May 17:31
f61f8be
Compare
Choose a tag to compare

What's Changed

  • Add tool name sanitizing like the langchain adapter has by @Red5d in #41

New Contributors

  • @Red5d made their first contribution in #41

Full Changelog: v0.1.4...v0.1.5

Release 0.1.4

29 Apr 16:09
3e3f8fb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

Release 0.1.3

13 Apr 17:50
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.3

Release 0.1.0

06 Apr 20:03
Compare
Choose a tag to compare

Release 0.0.19

01 Apr 05:16
Compare
Choose a tag to compare

What's Changed

  • refactor-smolagent-adapter by @grll in #21

Full Changelog: v0.0.18...v0.0.19

Release 0.0.18

30 Mar 09:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.17...v0.0.18

0