Skip to content

Commit ddf8b0c

Browse files
docs: clarify A2A Inspector connection URL in README (#563) (#671)
* docs: clarify A2A Inspector connection URL in README (#563) * Update agent_starter_pack/base_template/README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1303b7a commit ddf8b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent_starter_pack/base_template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The [A2A Inspector](https://github.com/a2aproject/a2a-inspector) provides the fo
132132
make inspector
133133
```
134134

135-
3. Open http://localhost:5001 and connect to `http://localhost:8000`
135+
3. Open http://localhost:5001 and connect to `http://localhost:8000/a2a/{{cookiecutter.agent_directory}}/.well-known/agent-card.json`
136136
{%- else %}
137137

138138
> **Note:** For Agent Engine deployments, local testing with A2A endpoints requires deployment first, as `make playground` uses the ADK web interface. For local development, use `make playground`. To test A2A protocol compliance, follow the Remote Testing instructions below.

0 commit comments

Comments
 (0)