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
request_type: Literal["GET", "POST", "PUT", "DELETE", "SSE", "STDIO"] =Field("SSE", description="HTTP method to be used for invoking the tool")
282
+
request_type: Literal["GET", "POST", "PUT", "DELETE", "SSE", "STDIO", "STREAMABLEHTTP"] =Field("SSE", description="HTTP method to be used for invoking the tool")
283
283
integration_type: Literal["MCP", "REST"] =Field("MCP", description="Tool integration type: 'MCP' for MCP-compliant tools, 'REST' for REST integrations")
284
284
headers: Optional[Dict[str, str]] =Field(None, description="Additional headers to send when invoking the tool")
285
285
input_schema: Optional[Dict[str, Any]] =Field(
@@ -340,7 +340,7 @@ class ToolUpdate(BaseModelWithConfig):
340
340
name: Optional[str] =Field(None, description="Unique name for the tool")
request_type: Optional[Literal["GET", "POST", "PUT", "DELETE", "SSE", "STDIO"]] =Field(None, description="HTTP method to be used for invoking the tool")
343
+
request_type: Optional[Literal["GET", "POST", "PUT", "DELETE", "SSE", "STDIO", "STREAMABLEHTTP"]] =Field(None, description="HTTP method to be used for invoking the tool")
0 commit comments