Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: grll/mcpadapt

Release 0.1.19

16 Oct 07:11

Choose a tag to compare

Release 0.1.17

09 Oct 08:27
6d1fad5

Choose a tag to compare

What's Changed

  • [FEAT] Add websocket transport support by @ILJICH in #73

New Contributors

Full Changelog: v0.1.16...v0.1.17

Release 0.1.16

17 Sep 08:14
d7ef191

Choose a tag to compare

What's Changed

Full Changelog: v0.1.15...v0.1.16

Release 0.1.15

17 Sep 07:43
d04acac

Choose a tag to compare

What's Changed

  • [MINOR] Handle multiple responses are returned from MCP by @navinpai in #69

New Contributors

Full Changelog: v0.1.13...v0.1.15

Release 0.1.13

08 Aug 15:33
0bc027f

Choose a tag to compare

What's Changed

  • feat: Add structured output support to SmolAgentsAdapter (#62) by @chahn in #63

New Contributors

  • @chahn made their first contribution in #63

Full Changelog: v0.1.12...v0.1.13

Release 0.1.12

03 Aug 20:39
69fdc35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.11...v0.1.12

Release 0.1.11

14 Jul 07:37
789782d

Choose a tag to compare

What's Changed

  • Fix link in smolagents guide by @grll in #57
  • Fix typos in MCPAdapt class docstring by @grll in #58
  • Remove duplicate json_type_mapping by @grll in #59
  • Update sync SSE test by @grll in #60
  • docs: fix name of adapter by @Flecart in #64
  • Smolagents: support ImageContent and AudioContent by @HSGamer in #61

New Contributors

Full Changelog: v0.1.10...v0.1.11

Release 0.1.10

14 Jun 09:27
f7feea7

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

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

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