xiaozhi-client 1.1.0-next.2 → 1.1.0-next.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/README.md +8 -3
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Xiaozhi Client
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/js/xiaozhi-client)
|
|
4
|
+
[](https://codecov.io/gh/shenjingnan/xiaozhi-client)
|
|
5
|
+
[](https://github.com/shenjingnan/xiaozhi-client/actions)
|
|
6
|
+
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
|
|
3
8
|
小智 AI 客户端,目前主要用于 MCP 的对接
|
|
4
9
|
|
|
5
10
|

|
|
@@ -90,6 +95,6 @@ xiaozhi mcp --tools
|
|
|
90
95
|
|
|
91
96
|
## 路线图
|
|
92
97
|
|
|
93
|
-
- 支持 通过 SSE 类型的MCP Server
|
|
94
|
-
- 支持 直接使用 [modelscope](https://www.modelscope.cn/mcp) 中托管的MCP 服务
|
|
95
|
-
- 支持 通过使用网页进行MCP配置
|
|
98
|
+
- 支持 通过 SSE 类型的 MCP Server
|
|
99
|
+
- 支持 直接使用 [modelscope](https://www.modelscope.cn/mcp) 中托管的 MCP 服务
|
|
100
|
+
- 支持 通过使用网页进行 MCP 配置
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xiaozhi-client",
|
|
3
|
-
"version": "1.1.0-next.
|
|
3
|
+
"version": "1.1.0-next.4",
|
|
4
4
|
"description": "小智 AI 客户端 命令行工具",
|
|
5
5
|
"main": "dist/cli.cjs",
|
|
6
6
|
"files": [
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@biomejs/biome": "1.9.4",
|
|
54
|
+
"@codecov/vite-plugin": "^1.9.1",
|
|
54
55
|
"@semantic-release/changelog": "^6.0.3",
|
|
55
56
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
56
57
|
"@semantic-release/git": "^10.0.1",
|
|
@@ -60,6 +61,8 @@
|
|
|
60
61
|
"@types/node": "^24.0.1",
|
|
61
62
|
"@types/ws": "^8.18.1",
|
|
62
63
|
"@vitest/coverage-v8": "^3.2.3",
|
|
64
|
+
"codecov": "^3.8.3",
|
|
65
|
+
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
63
66
|
"esbuild": "^0.25.5",
|
|
64
67
|
"glob": "^11.0.3",
|
|
65
68
|
"semantic-release": "^24.2.5",
|