Skip to content

Commit f0c1de8

Browse files
authored
fix: update client-metadata.json to allow refresh tokens
1 parent 4f16e83 commit f0c1de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client-metadata.json

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

0 commit comments

Comments
 (0)