23 lines
419 B
JSON
23 lines
419 B
JSON
{
|
|
"mcpServers": {
|
|
"butler": {
|
|
"command": "uv",
|
|
"args": ["run", "python", "-m", "butler.mcp_facade"],
|
|
"cwd": "../butler2"
|
|
},
|
|
"serena": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"--from",
|
|
"git+https://github.com/oraios/serena",
|
|
"serena",
|
|
"start-mcp-server",
|
|
"--context",
|
|
"ide-assistant",
|
|
"--project",
|
|
"."
|
|
]
|
|
}
|
|
}
|
|
}
|