-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.03 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.03 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@jd/fop-workflow-mcp-server",
"version": "4.0.0",
"description": "JoyCode MCP服务器 - v4.0.0增强版,支持代码生成5步流程、时序图、代码评审和文件验证",
"main": "index.js",
"bin": {
"joycode-mcp": "index.js"
},
"scripts": {
"start": "node index.js",
"dev": "node index.js",
"final": "node joycode-mcp-final.js",
"old": "node joycode-mcp.js",
"test": "node index.js"
},
"keywords": [
"mcp",
"fop",
"workflow",
"jd",
"ai",
"assistant",
"code-generation",
"prd-analysis",
"intelligent",
"autonomous",
"dynamic-config",
"hot-reload"
],
"author": "FOP Team",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.0",
"axios": "^1.6.0"
},
"publishConfig": {
"registry": "http://registry.m.jd.com",
"access": "restricted"
},
"files": [
"index.js",
"package.json",
"fop/",
"joycode-mcp-final.js",
"joycode-mcp.js"
]
}