-
|
Hi team, We're working on a PoC to integrate Copilot Studio custom agent with aks-mcp and wanted to get your input on an issue we're facing. Our current architecture: Copilot Studio custom agent → custom connector (Logic App) → aks-mcp v0.0.2 (running in an internal Azure Container Instance) We've successfully deployed the setup, but when the Logic App connector tries to send requests to the MCP server over HTTP, we consistently get a 404 "Page Not Found" error. Based on the documentation, we believe the MCP server expects requests at the /mcp endpoint (not /) and that it supports JSON-RPC methods such as "initialize", "tools/list", and "tools/call". We’d really appreciate your guidance on the following: Is there a correct way to structure HTTP requests for MCP to avoid the 404 error (e.g., endpoint path, headers, required payload)? Alternatively, is there a recommended approach to connect MCP to Copilot Studio using stdio directly, considering MCP’s default transport is stdio? Happy to share our current connector configuration or setup details if helpful. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.


Good sugestions, filed #169 to improve the error handling and add guidances for 404 endpoints.