Skip to content

Commit 0ddd9bc

Browse files
committed
mention redirect URI when using mcp-remote
1 parent 836552d commit 0ddd9bc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/api/mcp/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ If your client does not natively support specifying an OAuth 2.0 Client ID, you
5555
```
5656

5757
<Callout type="info">
58-
Replace `your-sourcegraph-instance.com` with your Sourcegraph instance URL and `<your-client-id>` with the ID of the client you registered in the prerequisites step.
58+
<ul>
59+
<li>Replace `your-sourcegraph-instance.com` with your Sourcegraph instance URL and `<your-client-id>` with the ID of the client you registered in the prerequisites step.</li>
60+
<li>When using the `mcp-remote` fallback, ensure the OAuth client you uses has it's redirect URI set to `http://localhost:3334`.</li>
61+
</ul>
5962
</Callout>
6063

6164
### Authorization Header

0 commit comments

Comments
 (0)