xindex 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -3
- package/package.json +1 -1
- package/.tmp/watch.log +0 -14
package/README.md
CHANGED
|
@@ -26,19 +26,24 @@ Index lives in `./.xindex/` — add it to `.gitignore`.
|
|
|
26
26
|
|
|
27
27
|
## Use with Claude Code (MCP)
|
|
28
28
|
|
|
29
|
-
Drop this into `.mcp.json` at your project root:
|
|
29
|
+
Drop this into `.mcp.json` at your project root — **no install required**, `npx` fetches and runs it on demand:
|
|
30
30
|
|
|
31
31
|
```json
|
|
32
32
|
{
|
|
33
33
|
"mcpServers": {
|
|
34
34
|
"xindex": {
|
|
35
|
-
"command": "
|
|
36
|
-
"args": []
|
|
35
|
+
"command": "npx",
|
|
36
|
+
"args": ["xindex"]
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
+
Prefer a global install? Two steps:
|
|
43
|
+
|
|
44
|
+
1. Install: `npm i -g xindex`
|
|
45
|
+
2. Use: set `"command": "xindex-mcp"` with `"args": []` in `.mcp.json`.
|
|
46
|
+
|
|
42
47
|
Open the project in Claude Code — it picks up the xindex MCP server and can call `xindex_search`, `xindex_index`, and `xindex_reset` directly. Fewer hallucinations, fewer round-trips.
|
|
43
48
|
|
|
44
49
|
## Features
|
package/package.json
CHANGED
package/.tmp/watch.log
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
npm warn Unknown env config "version-git-tag". This will stop working in the next major version of npm.
|
|
2
|
-
npm warn Unknown env config "argv". This will stop working in the next major version of npm.
|
|
3
|
-
npm warn Unknown env config "version-commit-hooks". This will stop working in the next major version of npm.
|
|
4
|
-
npm warn Unknown env config "version-git-message". This will stop working in the next major version of npm.
|
|
5
|
-
npm warn Unknown env config "version-tag-prefix". This will stop working in the next major version of npm.
|
|
6
|
-
[xindex-1776991372027-99a3bfc69e73f] started, indexing and watching: .
|
|
7
|
-
indexing: notes.md
|
|
8
|
-
indexing: util.ts
|
|
9
|
-
initial index complete, acquiring watcher lock...
|
|
10
|
-
done. indexed: {"indexedAmount":0}
|
|
11
|
-
watching for changes: .
|
|
12
|
-
index: wombat.md
|
|
13
|
-
remove: functional
|
|
14
|
-
index end failed: Error saving index: Error: ENOENT: no such file or directory, open '.xindex/semantic/index.json'
|