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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ cocoindex-code index
98
98
99
99
This lets you monitor the indexing process and ensure everything is ready. After the initial build, the MCP server will automatically keep the index up-to-date in the background as files change.
100
100
101
-
> For small projects you can skip this step — the MCP server will build the index automatically on first use.
101
+
For small projects you can skip this step — the MCP server will build the index automatically on first use.
102
102
103
103
## When Is the MCP Triggered?
104
104
@@ -273,7 +273,7 @@ claude mcp add cocoindex-code \
273
273
-- cocoindex-code
274
274
```
275
275
276
-
> **Note:** Switching models requires re-indexing your codebase (the vector dimensions differ).
276
+
**Note:** Switching models requires re-indexing your codebase (the vector dimensions differ).
0 commit comments