Copilot Studio #11
Closed
Mylo Kaye (mylokaye)
started this conversation in
General
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 |
0 replies
|
Thank you, that works perfectly! |
0 replies
|
We are working on having the Learn Docs MCP server added as a default retrieval option in Copilot Studio. - Paul |
0 replies
|
Hi Ben Street (@BenStreet365) we have a few updates:
|
1 reply
|
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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




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
All reactions