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
* Add PATCH back to ui
Signed-off-by: Mihai Criveti <[email protected]>
* Add PATCH back to ui
Signed-off-by: Mihai Criveti <[email protected]>
* Add PATCH back to ui
Signed-off-by: Mihai Criveti <[email protected]>
---------
Signed-off-by: Mihai Criveti <[email protected]>
integration_type: Literal["MCP", "REST"] =Field("MCP", description="Tool integration type: 'MCP' for MCP-compliant tools, 'REST' for REST integrations")
289
-
request_type: Literal["GET", "POST", "PUT", "DELETE", "SSE", "STDIO", "STREAMABLEHTTP"] =Field("SSE", description="HTTP method to be used for invoking the tool")
289
+
request_type: Literal["GET", "POST", "PUT", "DELETE", "PATCH", "SSE", "STDIO", "STREAMABLEHTTP"] =Field("SSE", description="HTTP method to be used for invoking the tool")
290
290
headers: Optional[Dict[str, str]] =Field(None, description="Additional headers to send when invoking the tool")
request_type: Optional[Literal["GET", "POST", "PUT", "DELETE", "SSE", "STDIO", "STREAMABLEHTTP"]] =Field(None, description="HTTP method to be used for invoking the tool")
474
+
request_type: Optional[Literal["GET", "POST", "PUT", "DELETE", "PATCH", "SSE", "STDIO", "STREAMABLEHTTP"]] =Field(None, description="HTTP method to be used for invoking the tool")
0 commit comments