Files
keinasystem/.vscode/mcp.json
2026-04-11 08:38:56 +09:00

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",
"."
]
}
}
}