Butlerを使えるようにする
This commit is contained in:
7
.vscode/mcp.json
vendored
7
.vscode/mcp.json
vendored
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user