Skip to content

Conversation

@bokelley
Copy link
Contributor

The 'test' identifier was both a subcommand (for running test scenarios) and a built-in agent alias, causing ambiguous CLI parsing. For example, adcp test get_adcp_capabilities incorrectly routed to the test subcommand.

Renamed the MCP test agent alias to 'test-mcp' to match the 'test-a2a' naming convention and eliminate the conflict. The test subcommand now has a clear namespace.

The 'test' identifier was both a subcommand (for running test scenarios) and
a built-in agent alias, causing ambiguous parsing. For example, `adcp test
get_adcp_capabilities` would incorrectly route to the test subcommand instead
of calling the tool on the test agent.

Renamed the MCP test agent alias to 'test-mcp' to match the 'test-a2a'
convention and eliminate the conflict. The test subcommand now has a clear,
unambiguous namespace.

- Renamed BUILT_IN_AGENTS.test → test-mcp
- Updated all help text and examples
- Verified both test-mcp and test-a2a agents work with actual tool calls
@bokelley bokelley merged commit 720dbba into main Jan 26, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants