You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the repo is a private repo you must add your Github PAT to download a release `-H "Authorization: Bearer {GITHUB_PAT}"`.
165
+
166
+
167
+
```json
168
+
{
169
+
"mcpServers": {
170
+
"Todos": {
171
+
"command": "./DOWNLOAD/PATH/mcp-server",
172
+
"args": [
173
+
"start"
174
+
]
175
+
}
176
+
}
177
+
}
178
+
```
179
+
146
180
For a full list of server arguments, run:
147
181
148
182
```sh
@@ -583,9 +617,9 @@ In some rare cases, the SDK can fail to get a response from the server or even m
583
617
584
618
You can override the default server globally by passing a server name to the `server: keyof typeof ServerList` optional parameter when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the names associated with the available servers:
0 commit comments