works in all with /mcp
This commit is contained in:
@@ -244,7 +244,7 @@ async def handle_oauth_protected_resource(request: Request):
|
||||
|
||||
# For streamable-http transport, the MCP server runs at /mcp
|
||||
# This is the actual resource being protected
|
||||
resource_url = f"{base_url}/mcp/"
|
||||
resource_url = f"{base_url}/mcp"
|
||||
|
||||
# Build metadata response per RFC 9449
|
||||
metadata = {
|
||||
|
||||
Reference in New Issue
Block a user