@@ -61,7 +61,7 @@ def call_tools(
6161 The input parameters for the tool
6262
6363 connection_type : typing.Optional[ConnectionType]
64- The connection type to use for the MCP server. Default is SSE .
64+ The connection type to use for the MCP server. Default is STREAMABLE_HTTP .
6565
6666 request_options : typing.Optional[RequestOptions]
6767 Request-specific configuration.
@@ -113,7 +113,7 @@ def list_tools(
113113 The full URL for connecting to the MCP server
114114
115115 connection_type : typing.Optional[ConnectionType]
116- The connection type to use for the MCP server. Default is SSE .
116+ The connection type to use for the MCP server. Default is STREAMABLE_HTTP .
117117
118118 format : typing.Optional[ToolFormat]
119119 The format to return tools in. Default is MCP Native format for maximum compatibility.
@@ -169,7 +169,7 @@ def create_server_instance(
169169 The name of the platform associated with the user.
170170
171171 connection_type : typing.Optional[ConnectionType]
172- The connection type to use for the MCP server. Default is SSE .
172+ The connection type to use for the MCP server. Default is STREAMABLE_HTTP .
173173
174174 request_options : typing.Optional[RequestOptions]
175175 Request-specific configuration.
@@ -504,7 +504,7 @@ async def call_tools(
504504 The input parameters for the tool
505505
506506 connection_type : typing.Optional[ConnectionType]
507- The connection type to use for the MCP server. Default is SSE .
507+ The connection type to use for the MCP server. Default is STREAMABLE_HTTP .
508508
509509 request_options : typing.Optional[RequestOptions]
510510 Request-specific configuration.
@@ -564,7 +564,7 @@ async def list_tools(
564564 The full URL for connecting to the MCP server
565565
566566 connection_type : typing.Optional[ConnectionType]
567- The connection type to use for the MCP server. Default is SSE .
567+ The connection type to use for the MCP server. Default is STREAMABLE_HTTP .
568568
569569 format : typing.Optional[ToolFormat]
570570 The format to return tools in. Default is MCP Native format for maximum compatibility.
@@ -628,7 +628,7 @@ async def create_server_instance(
628628 The name of the platform associated with the user.
629629
630630 connection_type : typing.Optional[ConnectionType]
631- The connection type to use for the MCP server. Default is SSE .
631+ The connection type to use for the MCP server. Default is STREAMABLE_HTTP .
632632
633633 request_options : typing.Optional[RequestOptions]
634634 Request-specific configuration.
0 commit comments