I’ve been using the Atlassian Rovo MCP Server with Microsoft Copilot Studio via a custom MCP connector. This was working fine over the past couple of weeks, but earlier today it suddenly stopped discovering tools in Copilot Studio. Has anyone else been using the Rovo MCP in Copilot Studio and experienced similar issues?
Copilot Studio is configured with Microsoft’s current MCP streamable connector marker: `x-ms-agentic-protocol: mcp-streamable-1.0`
The connector creates/authenticates successfully, but the tool list now shows: `No tools available`
A few control tests:
- The same Rovo MCP connection still works in Claude Code, where tools are visible and callable.
- Other MCPs with custom connectors works in the same Copilot Studio environment.
- I’ve tried recreating the connector, using another Power Platform environment, and testing both `/v1/mcp` and `/v1/mcp/authv2`.
One possible clue: Microsoft’s Copilot Studio MCP troubleshooting docs list several current MCP schema limitations, including issues with integer `exclusiveMinimum` values, multi-type schemas, reference-type inputs/outputs, and enum handling.