codeix 0.3.0 → 0.4.0

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -63,7 +63,7 @@ Works with Git repos, npm, PyPI, and crates.io.
63
63
 
64
64
  ## MCP tools
65
65
 
66
- Eight tools, zero setup. The agent queries immediately — no init, no config, no refresh.
66
+ Seven tools, zero setup. The agent queries immediately — no init, no config, no refresh.
67
67
 
68
68
  | Tool | What it does |
69
69
  |---|---|
@@ -71,7 +71,6 @@ Eight tools, zero setup. The agent queries immediately — no init, no config, n
71
71
  | `search` | Unified full-text search across symbols, files, and texts (FTS5, BM25-ranked) with scope/kind/path/project filters |
72
72
  | `get_file_symbols` | List all symbols in a file |
73
73
  | `get_children` | Get children of a class/module |
74
- | `get_imports` | List imports for a file |
75
74
  | `get_callers` | Find all places that call or reference a symbol |
76
75
  | `get_callees` | Find all symbols that a function/method calls |
77
76
  | `flush_index` | Flush pending index changes to disk |
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "codeix",
3
- "version": "0.3.0",
4
- "description": "Portable, composable code index — build with tree-sitter, query via MCP",
3
+ "version": "0.4.0",
4
+ "mcpName": "io.github.montanetech/codeix",
5
+ "description": "Fast semantic code search for AI agents — find symbols, references, and callers across any codebase",
5
6
  "license": "MIT OR Apache-2.0",
6
7
  "repository": {
7
8
  "type": "git",