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.
mcp
1 parent acba51a commit 4cd47ddCopy full SHA for 4cd47dd
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
97
}
98
```
99
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
121
## Other clients
122
123
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