File tree Expand file tree Collapse file tree 19 files changed +19
-19
lines changed
01.discovery/03.solution.pr/src
01.problem.authenticate/src
01.solution.authenticate/src
01.problem.introspect/src
01.solution.introspect/src
01.problem.validate-scopes/src
01.solution.validate-scopes/src
02.problem.specify-scopes/src
02.solution.specify-scopes/src Expand file tree Collapse file tree 19 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export default {
7878 return handleOAuthAuthorizationServerRequest ( )
7979 }
8080
81- if ( url . pathname === '/.well-known/oauth-protected-resource' ) {
81+ if ( url . pathname === '/.well-known/oauth-protected-resource/mcp ' ) {
8282 return handleOAuthProtectedResourceRequest ( request )
8383 }
8484
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export default {
8080 return handleOAuthAuthorizationServerRequest ( )
8181 }
8282
83- if ( url . pathname === '/.well-known/oauth-protected-resource' ) {
83+ if ( url . pathname === '/.well-known/oauth-protected-resource/mcp ' ) {
8484 return handleOAuthProtectedResourceRequest ( request )
8585 }
8686
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export default {
7979 return handleOAuthAuthorizationServerRequest ( )
8080 }
8181
82- if ( url . pathname === '/.well-known/oauth-protected-resource' ) {
82+ if ( url . pathname === '/.well-known/oauth-protected-resource/mcp ' ) {
8383 return handleOAuthProtectedResourceRequest ( request )
8484 }
8585
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export default {
7979 return handleOAuthAuthorizationServerRequest ( )
8080 }
8181
82- if ( url . pathname === '/.well-known/oauth-protected-resource' ) {
82+ if ( url . pathname === '/.well-known/oauth-protected-resource/mcp ' ) {
8383 return handleOAuthProtectedResourceRequest ( request )
8484 }
8585
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export default {
7979 return handleOAuthAuthorizationServerRequest ( )
8080 }
8181
82- if ( url . pathname === '/.well-known/oauth-protected-resource' ) {
82+ if ( url . pathname === '/.well-known/oauth-protected-resource/mcp ' ) {
8383 return handleOAuthProtectedResourceRequest ( request )
8484 }
8585
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export default {
8181 return handleOAuthAuthorizationServerRequest ( )
8282 }
8383
84- if ( url . pathname === '/.well-known/oauth-protected-resource' ) {
84+ if ( url . pathname === '/.well-known/oauth-protected-resource/mcp ' ) {
8585 return handleOAuthProtectedResourceRequest ( request )
8686 }
8787
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export default {
8080 return handleOAuthAuthorizationServerRequest ( )
8181 }
8282
83- if ( url . pathname === '/.well-known/oauth-protected-resource' ) {
83+ if ( url . pathname === '/.well-known/oauth-protected-resource/mcp ' ) {
8484 return handleOAuthProtectedResourceRequest ( request )
8585 }
8686
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export default {
8080 return handleOAuthAuthorizationServerRequest ( )
8181 }
8282
83- if ( url . pathname === '/.well-known/oauth-protected-resource' ) {
83+ if ( url . pathname === '/.well-known/oauth-protected-resource/mcp ' ) {
8484 return handleOAuthProtectedResourceRequest ( request )
8585 }
8686
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export default {
8080 return handleOAuthAuthorizationServerRequest ( )
8181 }
8282
83- if ( url . pathname === '/.well-known/oauth-protected-resource' ) {
83+ if ( url . pathname === '/.well-known/oauth-protected-resource/mcp ' ) {
8484 return handleOAuthProtectedResourceRequest ( request )
8585 }
8686
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export default {
8080 return handleOAuthAuthorizationServerRequest ( )
8181 }
8282
83- if ( url . pathname === '/.well-known/oauth-protected-resource' ) {
83+ if ( url . pathname === '/.well-known/oauth-protected-resource/mcp ' ) {
8484 return handleOAuthProtectedResourceRequest ( request )
8585 }
8686
You can’t perform that action at this time.
0 commit comments