Skip to content

Commit 95cd60e

Browse files
CSCSoftwareclaude
andcommitted
fix: correct MCP server path in CLAUDE.md (AiDex instead of CodeGraph)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2614c0a commit 95cd60e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Registriert als MCP Server `aidex` (Prefix: `mcp__aidex__aidex_*`).
1818
"mcpServers": {
1919
"aidex": {
2020
"command": "node",
21-
"args": ["Q:/develop/Tools/CodeGraph/build/index.js"]
21+
"args": ["Q:/develop/Tools/AiDex/build/index.js"]
2222
}
2323
}
2424
```
@@ -28,7 +28,7 @@ Registriert als MCP Server `aidex` (Prefix: `mcp__aidex__aidex_*`).
2828
"mcpServers": {
2929
"aidex": {
3030
"command": "C:\\Program Files\\nodejs\\node.exe",
31-
"args": ["Q:\\develop\\Tools\\CodeGraph\\build\\index.js"]
31+
"args": ["Q:\\develop\\Tools\\AiDex\\build\\index.js"]
3232
}
3333
}
3434
```

0 commit comments

Comments
 (0)