@kkweon/agent-orchestrator-mcp 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +12 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,17 @@ Before running this server, ensure you have the following installed on your syst
22
22
 
23
23
  ## Installation & Usage
24
24
 
25
- You can run this MCP server directly using `npx`:
25
+ ### 1. Install as Gemini Extension
26
+
27
+ The easiest way to use this orchestrator is to link it directly to your Gemini CLI:
28
+
29
+ ```bash
30
+ gemini extension link https://github.com/kkweon/agent-orchestrator-mcp
31
+ ```
32
+
33
+ ### 2. Standalone Execution (via npx)
34
+
35
+ You can also run the MCP server directly using `npx`, which is useful for testing or manual configuration:
26
36
 
27
37
  ```bash
28
38
  npx @kkweon/agent-orchestrator-mcp
@@ -30,7 +40,7 @@ npx @kkweon/agent-orchestrator-mcp
30
40
 
31
41
  ### Configuration (gemini-extension.json)
32
42
 
33
- To use this with Gemini CLI, add it to your extension configuration:
43
+ If you need to configure it manually in your `gemini-extension.json`:
34
44
 
35
45
  ```json
36
46
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkweon/agent-orchestrator-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Agent Orchestrator MCP Server for tmux-based sub-agents",
5
5
  "repository": {
6
6
  "type": "git",