Skip to content

Commit d0e166e

Browse files
authored
Added success response (#3928)
1 parent 638cc42 commit d0e166e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

custom-connectors/MCP-Streamable-HTTP/apiDefinition.swagger.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
"post": {
1616
"summary": "MCP Server Streamable HTTP",
1717
"x-ms-agentic-protocol": "mcp-streamable-1.0",
18-
"operationId": "InvokeServer",
19-
"responses": { }
20-
}
18+
"operationId": "InvokeMCP",
19+
"responses": {
20+
"200": {
21+
"description": "Success"
22+
}
23+
}
24+
},
25+
"securityDefinitions": {}
2126
}
22-
},
23-
"securityDefinitions": { }
27+
}
2428
}

0 commit comments

Comments
 (0)