@zhin.js/mcp 1.0.2 → 1.0.4
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/CHANGELOG.md +17 -0
- package/package.json +14 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @zhin.js/mcp
|
|
2
2
|
|
|
3
|
+
## 1.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- zhin.js@1.0.21
|
|
8
|
+
- @zhin.js/http@1.0.12
|
|
9
|
+
|
|
10
|
+
## 1.0.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- a3b7673: fix: 调整依赖项
|
|
15
|
+
- Updated dependencies [a3b7673]
|
|
16
|
+
- Updated dependencies [5141137]
|
|
17
|
+
- @zhin.js/http@1.0.11
|
|
18
|
+
- zhin.js@1.0.20
|
|
19
|
+
|
|
3
20
|
## 1.0.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhin.js/mcp",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "Model Context Protocol (MCP) service for Zhin.js - AI assistant integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index.js",
|
|
7
7
|
"types": "./lib/index.d.ts",
|
|
@@ -13,13 +13,19 @@
|
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"zhin",
|
|
16
|
+
"bot",
|
|
16
17
|
"service",
|
|
17
18
|
"mcp",
|
|
18
19
|
"model-context-protocol",
|
|
19
20
|
"ai",
|
|
20
|
-
"assistant"
|
|
21
|
+
"assistant",
|
|
22
|
+
"llm"
|
|
21
23
|
],
|
|
22
|
-
"author":
|
|
24
|
+
"author": {
|
|
25
|
+
"name": "lc-cn",
|
|
26
|
+
"email": "admin@liucl.cn",
|
|
27
|
+
"url": "https://github.com/lc-cn"
|
|
28
|
+
},
|
|
23
29
|
"license": "MIT",
|
|
24
30
|
"repository": {
|
|
25
31
|
"url": "git+https://github.com/zhinjs/zhin.git",
|
|
@@ -31,11 +37,12 @@
|
|
|
31
37
|
"zod": "^3.24.1"
|
|
32
38
|
},
|
|
33
39
|
"peerDependencies": {
|
|
34
|
-
"@zhin.js/http": "^1.0.
|
|
35
|
-
"zhin.js": "
|
|
40
|
+
"@zhin.js/http": "^1.0.12",
|
|
41
|
+
"zhin.js": "1.0.21"
|
|
36
42
|
},
|
|
37
43
|
"devDependencies": {
|
|
38
|
-
"@types/node": "latest"
|
|
44
|
+
"@types/node": "latest",
|
|
45
|
+
"zhin.js": "1.0.21"
|
|
39
46
|
},
|
|
40
47
|
"files": [
|
|
41
48
|
"lib",
|