Documentation Index
Fetch the complete documentation index at: https://handler.alduncanson.com/llms.txt
Use this file to discover all available pages before exploring further.
Handler
Handler is an open-source A2A protocol client for the terminal. Use it when you want to:- send messages to A2A agents from a CLI
- manage conversations and tasks in a terminal UI
- inspect agent cards
- expose an MCP server so your AI tooling can talk to A2A agents
- save reusable server definitions with bearer, API key, mTLS, or OAuth2 auth
Install
pipx or pip:
First commands
What to read next
- Quickstart for the fastest path from install to first message
- TUI and web UI for the interactive workflow
- Messages, tasks, and sessions for the main CLI flow
- MCP server to expose Handler to MCP-compatible tools
- Local servers for the bundled test agent and webhook receiver
- Servers for reusable server definitions
- Authentication for bearer, API key, mTLS, and OAuth2 examples