Skip to content

Commit 371e96b

Browse files
Merge pull request #72 from adamtegen/patch-2
2 parents 1c6c0a9 + bdfd5a1 commit 371e96b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

documentation/docs/20-setup/30-remote-setup.md

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

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

101122
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)