Skip to content

awslabs/cao

v2.5.0Apache-2.0

Drive CLI Agent Orchestrator multi-agent sessions from any Agent-Plugins-compatible client. Prerequisites: the uv toolchain must be on PATH (the MCP server is launched via uvx), and a CAO API server must be running locally at http://127.0.0.1:9889 (cao-server). All communication is localhost-only.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

cao-opsstdio
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "--from",
    "cli-agent-orchestrator==2.5.0",
    "cao-ops-mcp-server"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cao",
  "version": "2.5.0",
  "description": "Drive CLI Agent Orchestrator multi-agent sessions from any Agent-Plugins-compatible client. Prerequisites: the `uv` toolchain must be on PATH (the MCP server is launched via `uvx`), and a CAO API server must be running locally at http://127.0.0.1:9889 (`cao-server`). All communication is localhost-only.",
  "repository": "https://github.com/awslabs/cli-agent-orchestrator",
  "license": "Apache-2.0",
  "keywords": [
    "orchestration",
    "multi-agent",
    "cao",
    "tmux"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub