Use an Azure Container Apps dynamic session shell environment as an MCP server tool with Azure Foundry
Updated Nov 18, 2025
Version 1.0jeffmartinez​ Does this work with function apps .. I have a function mcp server like https://######/runtime/webhooks/mcp/sse , do I give this or https://func-api-#####.azurewebsites.net/runtime/webhooks/mcp while registering it as a tool .. AS when I register either one of these I am getting the error like
Error invalid_request_error: Invalid tool schema for: e_scale_mcp_fn.calculate_reasoning_score
THe same is working fine when I invoke via postman .Please help