mirror of
https://github.com/777genius/claude-code-source-code.git
synced 2026-08-02 01:28:28 +00:00
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"servers": {
|
|
"claude-code-explorer": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["tsx", "${workspaceFolder}/mcp-server/src/index.ts"],
|
|
"env": {
|
|
"CLAUDE_CODE_SRC_ROOT": "${workspaceFolder}/src"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|