From ce4ec1e7458c8a4ab6cc176f9687816eef491679 Mon Sep 17 00:00:00 2001 From: pasichdev Date: Tue, 22 Sep 2026 21:01:52 +0300 Subject: [PATCH] docs(site): install with setup, like the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The landing page still led with adding the server to a single host by hand, while `setup` configures every host it finds and says which. The hero command and step 1 now use `setup`; the single-host command stays as the alternative, and steps 2–3 no longer assume one particular agent. --- docs/index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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.