mirror of
https://github.com/777genius/claude-code-source-code.git
synced 2026-07-26 14:32:31 +00:00
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"mcpServers": {
|
|
"claude-code-explorer": {
|
|
"command": "node",
|
|
"args": ["mcp-server/dist/index.js"],
|
|
"env": {
|
|
"CLAUDE_CODE_SRC_ROOT": "./src"
|
|
}
|
|
}
|
|
}
|
|
}
|