-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 751 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "wechat-dev-mcp",
"version": "1.0.1",
"description": "A Model Context Protocol (MCP) server for controlling WeChat Developer Tools",
"bin": {
"wechat-dev-mcp": "./index.js"
},
"files": [
"index.js",
"README.md",
"README_zh-CN.md"
],
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"mcp-server",
"wechat",
"miniprogram",
"devtools",
"automation",
"miniprogram-automator"
],
"author": "CuiJiawei",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.3",
"miniprogram-automator": "^0.12.1",
"zod": "^3.23.0",
"zod-to-json-schema": "^3.25.1"
}
}