Skip to content

Commit e055f94

Browse files
committed
docs: fix first-run instructions in README
1 parent 9fe24de commit e055f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Add to your project's `.mcp.json`:
4949

5050
### First run
5151

52-
On first boot the embedding model (~27 MB) downloads in the background. The server is usable immediately — tools that need embeddings will return a status message until the model is ready. Use `check_status` to verify.
52+
On first boot the embedding model (~27 MB) downloads in the background. The server is usable immediately — tools that need embeddings will return a status message until the model is ready.
5353

54-
Then ask your assistant: _"Fetch the Tailwind CSS docs"_ — this downloads and indexes the documentation. You only need to do this once.
54+
The first time you ask a Tailwind question, your assistant will automatically call `fetch_docs` to download and index the documentation. This happens once — subsequent queries use the local index.
5555

5656
### Example prompts
5757

0 commit comments

Comments
 (0)