Skip to content

Commit 4cd47dd

Browse files
Sync mcp docs (#1620)
Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent acba51a commit 4cd47dd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

apps/svelte.dev/content/docs/mcp/20-setup/30-remote-setup.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,27 @@ It will open a file with your MCP servers where you can add the following config
9797
}
9898
```
9999

100+
## GitHub Coding Agent
101+
102+
- Open your repository in GitHub
103+
- Go to Settings
104+
- Open Copilot > Coding agent
105+
- Edit the MCP configuration
106+
107+
```json
108+
{
109+
"mcpServers" {
110+
"svelte": {
111+
"type": "http",
112+
"url": "https://mcp.svelte.dev/mcp",
113+
"tools": ["*"]
114+
}
115+
}
116+
}
117+
```
118+
119+
- Click _Save MCP configuration_
120+
100121
## Other clients
101122

102123
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.

0 commit comments

Comments
 (0)