We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c6c0a9 + bdfd5a1 commit 371e96bCopy full SHA for 371e96b
documentation/docs/20-setup/30-remote-setup.md
@@ -96,6 +96,27 @@ It will open a file with your MCP servers where you can add the following config
96
}
97
```
98
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
120
## Other clients
121
122
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