
Announcements
{
"swagger": "2.0",
"info": {
"title": "mcp-http-demoApi | v1",
"description": "An MCP server demo API that adds two numbers.",
"version": "1.0.0"
},
"host": "{my}.{api}.azurecontainerapps.io",
"basePath": "/",
"schemes": [
"https"
],
"paths": {
"/mcp": {
"post": {
"summary": "An MCP server that adds two numbers.",
"description": "An MCP server that adds two numbers.",
"x-ms-agentic-protocol": "mcp-streamable-1.0",
"operationId": "Add",
"parameters": [
{
"in": "header",
"name": "Accept",
"type": "string",
"required": true,
"default": "application/json, text/event-stream"
},
{
"in": "header",
"name": "Content-Type",
"type": "string",
"required": true,
"default": "application/json"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
}
}
}