This commit is contained in:
Timothy Jaeryang Baek 2025-10-03 12:50:07 -05:00
parent 8334149cb2
commit c5c6c32f24

View file

@ -234,7 +234,7 @@ async def verify_tool_servers_config(
)
raise HTTPException(
status_code=400,
detail=f"Failed to parse OAuth 2.1 discovery document from {discovery_urls[0]}",
detail=f"Failed to parse OAuth 2.1 discovery document from {discovery_url}",
)
raise HTTPException(