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.
1 parent d7a05aa commit 31d242bCopy full SHA for 31d242b
client-metadata.json
@@ -1,6 +1,6 @@
1
{
2
"client_id": "https://raw.githubusercontent.com/modelcontextprotocol/rust-sdk/refs/heads/main/client-metadata.json",
3
- "redirect_uris": ["http://localhost:4000/callback"],
+ "redirect_uris": ["http://127.0.0.1:8080/callback"],
4
"grant_types": ["authorization_code"],
5
"response_types": ["code"],
6
"token_endpoint_auth_method": "none"
0 commit comments