Skip to content

Commit 31d242b

Browse files
authored
fix: correct redirect URI in client-metadata.json (#585)
Update redirect_uris entry to the intended callback URL
1 parent d7a05aa commit 31d242b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"client_id": "https://raw.githubusercontent.com/modelcontextprotocol/rust-sdk/refs/heads/main/client-metadata.json",
3-
"redirect_uris": ["http://localhost:4000/callback"],
3+
"redirect_uris": ["http://127.0.0.1:8080/callback"],
44
"grant_types": ["authorization_code"],
55
"response_types": ["code"],
66
"token_endpoint_auth_method": "none"

0 commit comments

Comments
 (0)