This commit is contained in:
nirholas
2026-03-31 10:19:42 +00:00
parent 261739a6c2
commit 24d8621c8e
17 changed files with 2681 additions and 10 deletions

4
.vscode/mcp.json vendored
View File

@@ -2,8 +2,8 @@
"servers": {
"claude-code-explorer": {
"type": "stdio",
"command": "node",
"args": ["${workspaceFolder}/mcp-server/dist/index.js"],
"command": "npx",
"args": ["tsx", "${workspaceFolder}/mcp-server/src/index.ts"],
"env": {
"CLAUDE_CODE_SRC_ROOT": "${workspaceFolder}/src"
}