diff --git a/docs/index.html b/docs/index.html index 843ecb4..3b94e8f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -302,11 +302,11 @@
$claude mcp add docket -- npx -y @pasichdev/docket
-
+ $npx -y @pasichdev/docket setup
+
- Node 18 or newer, and no account. Everything on this page ships in 3.0. + Configures Claude Code, Codex, Cursor and Windsurf — whichever it finds. Node 18 or newer, and no account.
@@ -471,21 +471,21 @@Getting started
Five minutes, no prior MCP experience needed.
+About a minute, no prior MCP experience needed.
Open a terminal and run:
-claude mcp add docket -- npx -y @pasichdev/docket
- Using something other than Claude Code? Point it at the same command — the server speaks plain MCP over stdio.
+npx -y @pasichdev/docket setup
+ It adds docket to every MCP host it finds on this machine and ends by telling you which ones. Only want Claude Code? claude mcp add docket -- npx -y @pasichdev/docket does just that part. Any other host takes the same command — the server speaks plain MCP over stdio.
Close and reopen it, or start a new session, so it picks up the new server.
Ask Claude something like "add a todo: buy milk". If it uses the tool and confirms, you're set.
+Ask it something like "add a todo: buy milk". If it uses the tool and confirms, you're set.