You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: restructure Quick Start with explicit docker pull step
Pull image first (Step 1) so MCP client connects instantly instead of
hanging silently on first launch. Register options become Step 2 sub-options
(A/B/C). Remove redundant docker pull from Option C. Plugin install is Step 3.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This is a one-time step — Docker caches the image locally. Pulling first ensures your MCP client connects instantly rather than waiting silently on first launch.
62
+
63
+
### Step 2: Register with your MCP client
64
+
65
+
Choose the option that matches your setup:
66
+
67
+
#### Option A: Claude Code (CLI — recommended)
56
68
57
69
Register the server once from your terminal:
58
70
@@ -71,7 +83,7 @@ claude mcp add-json mcp-task-orchestrator '{
71
83
72
84
Restart Claude Code, then run `/mcp` to confirm `mcp-task-orchestrator` is connected.
73
85
74
-
### Option B: Project `.mcp.json`
86
+
####Option B: Project `.mcp.json`
75
87
76
88
Add to `.mcp.json` in your project root (checked into source control so teammates get it automatically):
77
89
@@ -94,15 +106,11 @@ Add to `.mcp.json` in your project root (checked into source control so teammate
94
106
95
107
The `mcp-task-data` Docker volume persists the SQLite database across container restarts. The server auto-initializes its schema on first run — no additional setup required.
0 commit comments