switch order of MCP methods in API spec (#5287)

This commit is contained in:
Sam Crowder
2025-06-30 17:33:59 -07:00
committed by GitHub
parent f3ed32e611
commit 22c35b7bc8
+11 -11
View File
@@ -2388,17 +2388,6 @@
}
},
"/mcp/": {
"get": {
"operationId": "get_mcp",
"summary": "MCP Get",
"description": "Implemented according to the Streamable HTTP Transport specification.",
"responses": {
"405": {
"description": "GET method not allowed; streaming not supported."
}
},
"tags": ["MCP"]
},
"post": {
"operationId": "post_mcp",
"summary": "MCP Post",
@@ -2457,6 +2446,17 @@
},
"tags": ["MCP"]
},
"get": {
"operationId": "get_mcp",
"summary": "MCP Get",
"description": "Implemented according to the Streamable HTTP Transport specification.",
"responses": {
"405": {
"description": "GET method not allowed; streaming not supported."
}
},
"tags": ["MCP"]
},
"delete": {
"operationId": "delete_mcp",
"summary": "Terminate Session",