File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
examples/clients/src/auth Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "client_id" : " https://raw.githubusercontent.com/modelcontextprotocol/rust-sdk/refs/heads/main/client-metadata.json" ,
3+ "redirect_uris" : [" http://localhost:4000/callback" ],
4+ "grant_types" : [" authorization_code" ],
5+ "response_types" : [" code" ],
6+ "token_endpoint_auth_method" : " none"
7+ }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const MCP_SERVER_URL: &str = "http://127.0.0.1:3000/mcp";
2727const MCP_REDIRECT_URI : & str = "http://127.0.0.1:8080/callback" ;
2828const CALLBACK_PORT : u16 = 8080 ;
2929const CALLBACK_HTML : & str = include_str ! ( "callback.html" ) ;
30- const CLIENT_METADATA_URL : & str = "https://raw.githubusercontent.com/tanish111/cimd-local-oauth-server /refs/heads/main/client-metadata.json" ;
30+ const CLIENT_METADATA_URL : & str = "https://raw.githubusercontent.com/modelcontextprotocol/rust-sdk /refs/heads/main/client-metadata.json" ;
3131
3232#[ derive( Clone ) ]
3333struct AppState {
You can’t perform that action at this time.
0 commit comments