From 295389a61cc0751222ef9b21616d1bf7009f70e7 Mon Sep 17 00:00:00 2001 From: FanouZeng-TT <18280587072@163.com> Date: Sat, 15 Aug 2026 09:32:14 +0800 Subject: [PATCH] docs(a2a): fix profile version queries --- a2a/docs/07-testing-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a2a/docs/07-testing-guide.md b/a2a/docs/07-testing-guide.md index e38702bd..73ae4afc 100644 --- a/a2a/docs/07-testing-guide.md +++ b/a2a/docs/07-testing-guide.md @@ -189,8 +189,8 @@ uv run business_agent ```bash # Step 1: Verify both profiles are accessible -curl -s http://localhost:10999/.well-known/ucp | jq .version -curl -s http://localhost:3000/profile/agent_profile.json | jq .version +curl -s http://localhost:10999/.well-known/ucp | jq .ucp.version +curl -s http://localhost:3000/profile/agent_profile.json | jq .ucp.version # Step 2: Ensure versions match # Both should return the same version string