Pytxo

MCP tools

Tools exposed by the local pytxo-mcp server.

These tools are registered by pytxo-mcp. Setup: MCP from Cursor.

Set PYTXO_REPO to the target git root. Responses are sanitized when sanitize = true in config.

Tool catalog

ToolPurpose
pytxo_dry_runDry-run execution plan (waves / conflicts)
pytxo_runStart a Pytxo run
pytxo_statusRecent runs and agents
pytxo_logsTail agent log events
pytxo_readRead a repo file (Signal Core skeleton when signal_core=true)
pytxo_read_scaffoldedAlways return an AST skeleton for the path
pytxo_stdinEnqueue stdin bytes for a live agent
pytxo_route_stdinRoute stdin to a live agent (validates session is active)
pytxo_list_live_agentsList live agent sessions in the domain Race Shield registry
pytxo_mcp_proxyForward JSON-RPC to a live child agent MCP session
pytxo_mcp_tools_listAggregate tools from live child MCP sessions (namespaced)
pytxo_project_runRun across a modular project's writable roots
pytxo_fleet_runRun a cross-repo fleet DAG
pytxo_fleet_statusList recent fleet runs from the hypervisor catalog

Typical args

Exact JSON schemas evolve with the binary; common fields:

FieldUsed byNotes
agentsrun / dry-runParallelism cap
cmdrun / project_runShell command
configrun familyPath to pytxo.toml
agentlogs / stdin{run_uuid}:agent-N
pathread toolsRepo-relative path
project_id / manifestproject_runModular project selector
fleet_id / manifestfleet toolsFleet selector

Use pytxo_list_live_agents before stdin routing so you target an active session.

On this page