aidex-mcp 1.7.0 → 1.7.1

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/FUTURE.md +5 -0
  2. package/package.json +29 -3
package/FUTURE.md CHANGED
@@ -11,6 +11,11 @@ Ideensammlung für zukünftige Features und Erweiterungen.
11
11
  - Impact-Analyse: "Wenn ich diese Datei ändere, welche anderen sind betroffen?"
12
12
  - Visualisierung als Graph im Viewer
13
13
 
14
+ ### Update-Benachrichtigung
15
+ - Beim MCP-Server-Start prüfen ob eine neuere Version auf npm verfügbar ist
16
+ - Dem User (bzw. der KI) einen Hinweis anzeigen: "AiDex v1.8.0 verfügbar, installiert: v1.7.0"
17
+ - Nicht blockierend, nur Info - z.B. im `aidex_session` oder `aidex_status` Output
18
+
14
19
  ---
15
20
 
16
21
  ## B. AiDex Global / Hub (v2.0) - Neue Meta-Ebene
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aidex-mcp",
3
- "version": "1.7.0",
4
- "description": "MCP Server providing persistent code indexing for Claude Code",
3
+ "version": "1.7.1",
4
+ "description": "MCP Server for persistent code indexing. Gives AI assistants (Claude, Gemini, Copilot, Cursor) instant access to your codebase. 50x less context than grep.",
5
5
  "main": "build/index.js",
6
6
  "bin": {
7
7
  "aidex": "build/index.js",
@@ -21,11 +21,37 @@
21
21
  },
22
22
  "keywords": [
23
23
  "mcp",
24
+ "mcp-server",
25
+ "model-context-protocol",
24
26
  "claude",
27
+ "claude-code",
28
+ "claude-desktop",
29
+ "gemini",
30
+ "gemini-cli",
31
+ "copilot",
32
+ "github-copilot",
33
+ "vscode",
34
+ "cursor",
35
+ "windsurf",
25
36
  "ai",
37
+ "ai-coding",
38
+ "ai-assistant",
39
+ "ai-tools",
26
40
  "aidex",
27
41
  "code-indexing",
28
- "tree-sitter"
42
+ "code-search",
43
+ "code-navigation",
44
+ "codebase",
45
+ "tree-sitter",
46
+ "sqlite",
47
+ "developer-tools",
48
+ "devtools",
49
+ "context-window",
50
+ "code-intelligence",
51
+ "code-analysis",
52
+ "identifier-search",
53
+ "method-signatures",
54
+ "cross-project"
29
55
  ],
30
56
  "author": "Uwe Chalas",
31
57
  "license": "MIT",