Butlerを使えるようにする

This commit is contained in:
akira
2026-04-11 08:38:56 +09:00
parent f04e1884d9
commit 17ed954591

7
.vscode/mcp.json vendored
View File

@@ -2,8 +2,11 @@
"mcpServers": { "mcpServers": {
"butler": { "butler": {
"command": "uv", "command": "uv",
"args": ["run", "python", "-m", "butler.mcp_facade"], "args": [
"cwd": "../butler2" "run",
"butler2-mcp"
],
"cwd": "/home/akira/develop/butler2"
}, },
"serena": { "serena": {
"command": "uvx", "command": "uvx",