We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f16e83 commit f0c1de8Copy full SHA for f0c1de8
1 file changed
client-metadata.json
@@ -1,7 +1,7 @@
1
{
2
"client_id": "https://raw.githubusercontent.com/modelcontextprotocol/rust-sdk/refs/heads/main/client-metadata.json",
3
"redirect_uris": ["http://127.0.0.1:8080/callback"],
4
- "grant_types": ["authorization_code"],
+ "grant_types": ["authorization_code", "refresh_token"],
5
"response_types": ["code"],
6
"token_endpoint_auth_method": "none"
7
}
0 commit comments