diff --git a/app/en/guides/tool-calling/mcp-clients/copilot-studio/page.mdx b/app/en/guides/tool-calling/mcp-clients/copilot-studio/page.mdx index 304827b5c..883be2394 100644 --- a/app/en/guides/tool-calling/mcp-clients/copilot-studio/page.mdx +++ b/app/en/guides/tool-calling/mcp-clients/copilot-studio/page.mdx @@ -1,3 +1,4 @@ +```mdx import { Steps } from "nextra/components"; import { SignupLink } from "@/app/_components/analytics"; import Image from "next/image"; @@ -12,12 +13,14 @@ export const STEP_3_HEIGHT = 1074; export const STEP_4_WIDTH = 1512; export const STEP_4_HEIGHT = 790; + + # Use Arcade in Microsoft Copilot Studio -Connect Microsoft Copilot Studio to an Arcade MCP Gateway. +Connect Microsoft Copilot Studio to an Arcade MCP gateway. @@ -26,7 +29,7 @@ Connect Microsoft Copilot Studio to an Arcade MCP Gateway. 1. A Microsoft 365 subscription with access to Copilot Studio 2. Create an Arcade account 3. Get an [Arcade API key](/get-started/setup/api-keys) -4. Create an [Arcade MCP Gateway](/guides/create-tools/mcp-gateways) and select the tools you want to use +4. Create an [Arcade MCP gateway](/guides/create-tools/mcp-gateways) and select the tools you want to use @@ -53,18 +56,18 @@ In [Copilot Studio](https://copilotstudio.microsoft.com/), create a new agent or height={STEP_1_HEIGHT / IMAGE_SCALE_FACTOR} /> -### Configure the MCP Gateway connection +### Configure the MCP gateway connection In the Model Context Protocol configuration dialog: 1. Enter a **Server name** for your connection (for example, "PersonalAssistantTools") 2. Add a **Server description** to help identify the tools available -3. Enter your Arcade MCP Gateway URL in the **Server URL** field: `https://api.arcade.dev/mcp/` +3. Enter your Arcade MCP gateway URL in the **Server URL** field: `https://api.arcade.dev/mcp/` 4. Under **Authentication**, select **OAuth 2.0** 5. Under **Type**, select **Dynamic discovery** to authorize the MCP gateway automatically using OAuth {"Step +``` \ No newline at end of file