MiroThinker
MiroThinker copied to clipboard
feat(mcp): support all three transports of mcp server, i.e. stdio, sse and streamable-http.
- add
class ToolManagerV2that support all three modes of MCP server transport. Keepclass ToolManagerfor backward compatibility. - add
def create_mcp_server_parameters()insettings_v2.pythat support all three modes of MCP server transport. Keepdef create_mcp_server_parameters()insettings.pyfor backward compatibility.