mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
switch order of MCP methods in API spec (#5287)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user