File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @beyondbetter/bb-mcp-server" ,
3- "version" : " 0.1.7 " ,
3+ "version" : " 0.1.8 " ,
44 "description" : " Comprehensive library for building Deno-based MCP servers" ,
55 "license" : " MIT" ,
66 "copyright" : " 2025 - Beyond Better <charlie@beyondbetter.app>" ,
Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ export class OAuthEndpoints {
573573 // RFC 9728: If this is a resource-specific metadata request, add the resource field
574574 if ( isProtectedResourceMetadata && path . startsWith ( 'oauth-protected-resource/' ) ) {
575575 const resourcePath = '/' + path . substring ( 'oauth-protected-resource/' . length ) ;
576- const url = new URL ( request . url ) ;
576+ const url = reconstructOriginalUrl ( request ) ;
577577 const resourceUrl = `${ url . protocol } //${ url . host } ${ resourcePath } ` ;
578578
579579 // Add resource field to metadata for RFC 9728 compliance
You can’t perform that action at this time.
0 commit comments