Skip to content

Commit 651c122

Browse files
Update src/a2a/server/apps/jsonrpc/jsonrpc_app.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent d633bac commit 651c122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/a2a/server/apps/jsonrpc/jsonrpc_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ async def handle_deprecated_agent_card_path(
441441
) -> JSONResponse:
442442
"""Handles GET requests for the deprecated agent card endpoint."""
443443
logger.warning(
444-
'Deprecated agent card endpoint accessed. /.well-known/agent.json endpoint will be removed in the future'
444+
f"Deprecated agent card endpoint '{PREV_AGENT_CARD_WELL_KNOWN_PATH}' accessed. Please use '{AGENT_CARD_WELL_KNOWN_PATH}' instead. This endpoint will be removed in a future version."
445445
)
446446
return await self._handle_get_agent_card(request)
447447

0 commit comments

Comments
 (0)