26 lines
438 B
JSON
26 lines
438 B
JSON
{
|
|
"mcpServers": {
|
|
"butler": {
|
|
"command": "uv",
|
|
"args": [
|
|
"run",
|
|
"butler2-mcp"
|
|
],
|
|
"cwd": "/home/akira/develop/butler2"
|
|
},
|
|
"serena": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"--from",
|
|
"git+https://github.com/oraios/serena",
|
|
"serena",
|
|
"start-mcp-server",
|
|
"--context",
|
|
"ide-assistant",
|
|
"--project",
|
|
"."
|
|
]
|
|
}
|
|
}
|
|
}
|