You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from version 0.0.13 of mcpadapt we now support SSE MCP servers which was a feature request here as well #350. This is a backward compatible change so no big hurry to make the switch but basically we need to update the documentation and the typing of ToolCollection.from_mcp to reflect the fact that users can now either pass StdioServerParams or a dict parameter that will be used to connect the sse client.
I will make a PR asap.
The text was updated successfully, but these errors were encountered:
Hey,
Starting from version 0.0.13 of mcpadapt we now support SSE MCP servers which was a feature request here as well #350. This is a backward compatible change so no big hurry to make the switch but basically we need to update the documentation and the typing of
ToolCollection.from_mcp
to reflect the fact that users can now either passStdioServerParams
or adict
parameter that will be used to connect the sse client.I will make a PR asap.
The text was updated successfully, but these errors were encountered: