Replies: 8 comments 3 replies
-
You can create a custom connector using the following yml and use that as a tool in your agent. swagger: '2.0'
info:
title: Microsoft Docs MCP
description: >-
Connects to the Microsoft Docs MCP Server using the minimal agentic protocol
for Copilot Studio.
version: 1.0.0
host: learn.microsoft.com
basePath: /api
schemes:
- https
paths:
/mcp:
post:
summary: Invoke Microsoft Docs MCP Server
x-ms-agentic-protocol: mcp-streamable-1.0
operationId: InvokeDocsMcpServer
responses:
default:
description: >-
Default response. The actual response will be handled by the MCP
stream.
securityDefinitions: {} Credits to: https://www.linkedin.com/pulse/microsoft-revolutionizes-ai-documentation-access-new-mcp-sawhney-i7gec |
Beta Was this translation helpful? Give feedback.
-
Thank you, that works perfectly! |
Beta Was this translation helpful? Give feedback.
-
Has something changed ? When trying to consume via copilot studio I get these options which seem to be very different to the article: Any help would be much appreciated |
Beta Was this translation helpful? Give feedback.
-
Has anyone successfully deployed this to Copilot Studio? I've added it to Copilot Studio without any issues, but I’m having trouble getting it to work — it just stays in the "In Progress" state and doesn't complete, when I test it. |
Beta Was this translation helpful? Give feedback.
-
We are working on having the Learn Docs MCP server added as a default retrieval option in Copilot Studio. - Paul |
Beta Was this translation helpful? Give feedback.
-
Any update on this @ps0394 ? |
Beta Was this translation helpful? Give feedback.
-
Hi @BenStreet365 we have a few updates:
|
Beta Was this translation helpful? Give feedback.
-
The certified connector has been published, so in Copilot Studio you can just add Learn MCP as tool to your agents. Let us know if that helps or not |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add a quick summary for accessing this with an Agent in Copilot studio? Thanks
Beta Was this translation helpful? Give feedback.
All reactions