@regsorm/code-index-mcp 0.11.0 → 0.13.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 (1) hide show
  1. package/package.json +9 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@regsorm/code-index-mcp",
3
- "version": "0.11.0",
4
- "description": "Высокопроизводительный индексатор кода с MCP-протоколом для AI-моделей. Rust + tree-sitter + SQLite. Поиск по 62K файлов за 43 сек.",
3
+ "version": "0.13.0",
4
+ "description": "Rust code index MCP server (BSL/1C-aware). Static binary auto-downloaded for your OS. Tree-sitter AST, federation, sub-ms search.",
5
5
  "mcpName": "io.github.Regsorm/code-index",
6
6
  "keywords": [
7
7
  "mcp",
@@ -9,7 +9,14 @@
9
9
  "code-index",
10
10
  "code-search",
11
11
  "tree-sitter",
12
+ "rust",
13
+ "bsl",
14
+ "1c",
15
+ "1c-enterprise",
16
+ "ai-agent",
12
17
  "claude",
18
+ "claude-code",
19
+ "cursor",
13
20
  "ai"
14
21
  ],
15
22
  "homepage": "https://github.com/Regsorm/code-index-mcp",