gexinsofts-mcp 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +133 -0
- package/package.json +11 -37
- package/dist/index.js +0 -43591
package/package.json
CHANGED
|
@@ -1,44 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "gexinsofts-mcp",
|
|
3
|
-
"version": "0.0.2",
|
|
4
|
-
"description": "革新软件 Workbuddy MCP 工具",
|
|
5
|
-
"author": "Ryan",
|
|
6
|
-
"type": "commonjs",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"gexinsofts",
|
|
9
|
-
"workbuddy"
|
|
10
|
-
],
|
|
11
2
|
"bin": {
|
|
12
|
-
"gexinsofts-mcp": "
|
|
3
|
+
"gexinsofts-mcp": "index.js"
|
|
4
|
+
},
|
|
5
|
+
"engines": {
|
|
6
|
+
"node": ">=20"
|
|
13
7
|
},
|
|
14
8
|
"files": [
|
|
15
|
-
"
|
|
9
|
+
"index.js"
|
|
16
10
|
],
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"splitting": false,
|
|
22
|
-
"sourcemap": true,
|
|
23
|
-
"clean": true
|
|
24
|
-
},
|
|
25
|
-
"scripts": {
|
|
26
|
-
"build": "tsup"
|
|
27
|
-
},
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"@modelcontextprotocol/express": "^2.0.0",
|
|
30
|
-
"@modelcontextprotocol/node": "^2.0.0",
|
|
31
|
-
"@modelcontextprotocol/server": "^2.0.0",
|
|
32
|
-
"axios": "^1.20.0",
|
|
33
|
-
"es-toolkit": "^1.52.0",
|
|
34
|
-
"express": "^5.2.1",
|
|
35
|
-
"jsencrypt": "^3.5.4",
|
|
36
|
-
"tsx": "^4.23.13",
|
|
37
|
-
"zod": "^4.5.4"
|
|
11
|
+
"name": "gexinsofts-mcp",
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"access": "public",
|
|
14
|
+
"registry": "https://registry.npmjs.com/"
|
|
38
15
|
},
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
"@types/node": "^26.5.0",
|
|
42
|
-
"tsup": "catalog:"
|
|
43
|
-
}
|
|
16
|
+
"type": "module",
|
|
17
|
+
"version": "0.0.3"
|
|
44
18
|
}
|