@kkweon/agent-orchestrator-mcp 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,14 @@ Designed for [OpenClaw](https://github.com/openclaw/openclaw) and Gemini CLI env
|
|
|
12
12
|
- **Auto-Inception**: Sub-agents are automatically prompted with their role and protocol upon startup.
|
|
13
13
|
- **Native Gemini CLI**: Sub-agents run actual `gemini` CLI instances with configurable models.
|
|
14
14
|
|
|
15
|
+
## Prerequisites
|
|
16
|
+
|
|
17
|
+
Before running this server, ensure you have the following installed on your system:
|
|
18
|
+
|
|
19
|
+
- **[tmux](https://github.com/tmux/tmux/wiki)** (Required): This server relies heavily on `tmux` for process isolation and pane management.
|
|
20
|
+
- **Node.js** (v18+): Required to run the MCP server.
|
|
21
|
+
- **Gemini CLI** (Optional): If you plan to spawn standard Gemini agents, the `gemini` command should be in your PATH.
|
|
22
|
+
|
|
15
23
|
## Installation & Usage
|
|
16
24
|
|
|
17
25
|
You can run this MCP server directly using `npx`:
|