Skip to main content

Give agents current Handler docs

Handler’s documentation is available through a hosted MCP server at:
Connect an agent to this MCP endpoint when you want it to use Handler reliably instead of guessing command names or output shapes from model memory.

When this is useful

  • an AI coding assistant needs to call A2A agents from a shell
  • an internal agent should generate handler --output json ... commands
  • a workflow needs up-to-date examples for sessions, tasks, and server configuration
  • you want agents to discover Handler docs through MCP rather than a web browser
Give the agent a short, operational instruction like this:

Agent-friendly CLI pattern

For single responses, prefer JSON:
For streaming responses, prefer newline-delimited JSON:

Discover commands programmatically

Handler also exposes its own CLI shape for agents and automation:
Use these commands when an agent needs to construct invocations dynamically. They are also useful for validating wrapper tools, command palettes, and generated documentation.