From ace035f1d87d978106eb1cade02df36ac4a9dbf6 Mon Sep 17 00:00:00 2001 From: "svelte-docs-bot[bot]" <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:58:56 +0000 Subject: [PATCH] sync mcp docs --- .../docs/mcp/20-setup/30-remote-setup.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/apps/svelte.dev/content/docs/mcp/20-setup/30-remote-setup.md b/apps/svelte.dev/content/docs/mcp/20-setup/30-remote-setup.md index a50bccd11..3fd61747b 100644 --- a/apps/svelte.dev/content/docs/mcp/20-setup/30-remote-setup.md +++ b/apps/svelte.dev/content/docs/mcp/20-setup/30-remote-setup.md @@ -97,6 +97,27 @@ It will open a file with your MCP servers where you can add the following config } ``` +## GitHub Coding Agent + +- Open your repository in GitHub +- Go to Settings +- Open Copilot > Coding agent +- Edit the MCP configuration + +```json +{ + "mcpServers" { + "svelte": { + "type": "http", + "url": "https://mcp.svelte.dev/mcp", + "tools": ["*"] + } + } +} +``` + +- Click _Save MCP configuration_ + ## Other clients If we didn't include the MCP client you are using, refer to their documentation for `remote` servers and use `https://mcp.svelte.dev/mcp` as the URL.