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": {
"butler": {
"command": "uv",
"args": ["run", "python", "-m", "butler.mcp_facade"],
"cwd": "../butler2"
"args": [
"run",
"butler2-mcp"
],
"cwd": "/home/akira/develop/butler2"
},
"serena": {
"command": "uvx",