rust-sdk/client-metadata.json
Tanish Desai 31d242b1e4
fix: correct redirect URI in client-metadata.json (#585)
Update redirect_uris entry to the intended callback URL
2025-12-15 13:17:39 -05:00

7 lines
288 B
JSON

{
"client_id": "https://raw.githubusercontent.com/modelcontextprotocol/rust-sdk/refs/heads/main/client-metadata.json",
"redirect_uris": ["http://127.0.0.1:8080/callback"],
"grant_types": ["authorization_code"],
"response_types": ["code"],
"token_endpoint_auth_method": "none"
}