This commit is contained in:
Neo
2026-03-15 10:15:02 +08:00
parent 2dd217522c
commit 72bb11b34f
916 changed files with 65306 additions and 16102803 deletions

View File

@@ -0,0 +1,18 @@
{
"mcpServers": {
"weixin-devtools": {
"command": "npx",
"args": [
"-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"
},
"autoApprove": ["*"]
}
}
}