@maxenlin/mcp-zentao-11-3 1.0.0-patch.1

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/package.json ADDED
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "@maxenlin/mcp-zentao-11-3",
3
+ "version": "1.0.0-patch.1",
4
+ "description": "Zentao 11.3 legacy 版 MCP 服务器,只支持旧版 Session API,纯净无 REST v1",
5
+ "main": "dist/index.js",
6
+ "type": "module",
7
+ "types": "dist/index.d.ts",
8
+ "bin": {
9
+ "mcp-zentao-11-3": "dist/index.js"
10
+ },
11
+ "files": [
12
+ "dist",
13
+ "README.md",
14
+ "LICENSE"
15
+ ],
16
+ "scripts": {
17
+ "build": "tsc",
18
+ "watch": "tsc -w",
19
+ "prepublishOnly": "npm run build"
20
+ },
21
+ "keywords": [
22
+ "mcp",
23
+ "zentao",
24
+ "禅道",
25
+ "11.3",
26
+ "legacy",
27
+ "session-api",
28
+ "cursor-ide"
29
+ ],
30
+ "author": "maxenlin",
31
+ "license": "MIT",
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "https://github.com/maxenlin/mcp-zentao-11-3.git"
35
+ },
36
+ "dependencies": {
37
+ "@modelcontextprotocol/sdk": "^1.6.1",
38
+ "axios": "^1.6.7",
39
+ "zod": "^3.22.4"
40
+ },
41
+ "devDependencies": {
42
+ "@types/node": "^20.11.19",
43
+ "typescript": "^5.3.3"
44
+ },
45
+ "engines": {
46
+ "node": ">=18.0.0"
47
+ },
48
+ "publishConfig": {
49
+ "access": "public"
50
+ }
51
+ }
52
+