开发机迁移
This commit is contained in:
14
.mcp.json
14
.mcp.json
@@ -33,18 +33,18 @@
|
||||
"disabled": false
|
||||
},
|
||||
"weixin-devtools-mcp": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "weixin-devtools-mcp", "--tools-profile=full", "--ws-endpoint=ws://127.0.0.1:9420"],
|
||||
"command": "cmd",
|
||||
"args": ["/c", "npx", "-y", "weixin-devtools-mcp", "--tools-profile=full", "--ws-endpoint=ws://127.0.0.1:9420"],
|
||||
"env": {
|
||||
"WECHAT_DEVTOOLS_CLI": "C:\\dev\\WechatDevtools\\cli.bat",
|
||||
"WECHAT_DEVTOOLS_PROJECT": "C:\\NeoZQYY\\apps\\miniprogram"
|
||||
},
|
||||
"disabled": true
|
||||
"disabled": false
|
||||
},
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": ["@playwright/mcp@latest"],
|
||||
"disabled": true
|
||||
"command": "cmd",
|
||||
"args": ["/c", "npx", "@playwright/mcp@latest"],
|
||||
"disabled": false
|
||||
},
|
||||
"openapi": {
|
||||
"command": "uv",
|
||||
@@ -61,7 +61,7 @@
|
||||
"env": {
|
||||
"PYTHONUTF8": "1"
|
||||
},
|
||||
"disabled": true
|
||||
"disabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user