mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
14 lines
344 B
JSON
14 lines
344 B
JSON
|
|
{
|
||
|
|
"serena": {
|
||
|
|
"command": "docker",
|
||
|
|
"args": [
|
||
|
|
"run",
|
||
|
|
"--rm",
|
||
|
|
"-v", "${PWD}:/workspace",
|
||
|
|
"--workdir", "/workspace",
|
||
|
|
"python:3.11-slim",
|
||
|
|
"bash", "-c",
|
||
|
|
"pip install uv && uv tool install serena-ai && uv tool run serena-ai start-mcp-server --context ide-assistant --project /workspace"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|