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 @@

One list every AI tool you use can write to.

View on GitHub
- $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 @@

Two ways to run it

Getting started

Installation guide

-

Five minutes, no prior MCP experience needed.

+

About a minute, no prior MCP experience needed.

1
-

Register the server

+

Run setup

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.

2
-

Restart Claude Code

+

Restart your agent

Close and reopen it, or start a new session, so it picks up the new server.

@@ -493,7 +493,7 @@

Restart Claude Code

3

Try it

-

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.