xiaozhi-client 1.8.0 → 1.8.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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaozhi-client",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "小智 AI 客户端 命令行工具",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  {
2
- "mcpEndpoint": "<请填写你的接入点地址(获取地址在 xiaozhi.me)>",
2
+ "mcpEndpoint": "",
3
3
  "mcpServers": {
4
4
  "calculator": {
5
5
  "command": "node",
@@ -1,5 +1,5 @@
1
1
  {
2
- "mcpEndpoint": "<请填写你的接入点地址(获取地址在 xiaozhi.me)>",
2
+ "mcpEndpoint": "",
3
3
  "mcpServers": {
4
4
  "calculator": {
5
5
  "command": "node",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  // 小智 AI 客户端配置文件 (JSON5 格式)
3
3
  // JSON5 格式支持注释、尾随逗号等特性,更易于手写和维护
4
-
4
+
5
5
  // MCP 接入点地址
6
6
  // 请访问 xiaozhi.me 获取你的专属接入点地址
7
- mcpEndpoint: "<请填写你的接入点地址(获取地址在 xiaozhi.me)>",
8
-
7
+ mcpEndpoint: "",
8
+
9
9
  // MCP 服务配置
10
10
  mcpServers: {
11
11
  // 计算器服务
@@ -13,29 +13,29 @@
13
13
  command: "node",
14
14
  args: ["./mcpServers/calculator.js"],
15
15
  },
16
-
16
+
17
17
  // 日期时间服务
18
18
  datetime: {
19
19
  command: "node",
20
20
  args: ["./mcpServers/datetime.js"],
21
21
  },
22
22
  },
23
-
23
+
24
24
  // 连接配置
25
25
  connection: {
26
26
  // 心跳检测间隔(毫秒)
27
27
  heartbeatInterval: 30000,
28
-
28
+
29
29
  // 心跳超时时间(毫秒)
30
30
  heartbeatTimeout: 10000,
31
-
31
+
32
32
  // 重连间隔(毫秒)
33
33
  reconnectInterval: 5000,
34
34
  },
35
-
35
+
36
36
  // Web UI 配置
37
37
  webUI: {
38
38
  // Web UI 端口号
39
39
  port: 9999,
40
40
  },
41
- }
41
+ }
@@ -4,7 +4,7 @@
4
4
 
5
5
  // MCP 接入点地址
6
6
  // 请访问 xiaozhi.me 获取你的专属接入点地址
7
- "mcpEndpoint": "<请填写你的接入点地址(获取地址在 xiaozhi.me)>",
7
+ "mcpEndpoint": "",
8
8
 
9
9
  // MCP 服务配置
10
10
  "mcpServers": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "mcpEndpoint": "<请填写你的接入点地址(获取地址在 xiaozhi.me)>",
2
+ "mcpEndpoint": "",
3
3
  "mcpServers": {
4
4
  "modelscope-12306": {
5
5
  "type": "sse",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaozhi-client",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "小智 AI 客户端 命令行工具",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  {
2
- "mcpEndpoint": "<请填写你的接入点地址(获取地址在 xiaozhi.me)>",
2
+ "mcpEndpoint": "",
3
3
  "mcpServers": {
4
4
  "calculator": {
5
5
  "command": "node",
@@ -1,5 +1,5 @@
1
1
  {
2
- "mcpEndpoint": "<请填写你的接入点地址(获取地址在 xiaozhi.me)>",
2
+ "mcpEndpoint": "",
3
3
  "mcpServers": {
4
4
  "calculator": {
5
5
  "command": "node",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  // 小智 AI 客户端配置文件 (JSON5 格式)
3
3
  // JSON5 格式支持注释、尾随逗号等特性,更易于手写和维护
4
-
4
+
5
5
  // MCP 接入点地址
6
6
  // 请访问 xiaozhi.me 获取你的专属接入点地址
7
- mcpEndpoint: "<请填写你的接入点地址(获取地址在 xiaozhi.me)>",
8
-
7
+ mcpEndpoint: "",
8
+
9
9
  // MCP 服务配置
10
10
  mcpServers: {
11
11
  // 计算器服务
@@ -13,29 +13,29 @@
13
13
  command: "node",
14
14
  args: ["./mcpServers/calculator.js"],
15
15
  },
16
-
16
+
17
17
  // 日期时间服务
18
18
  datetime: {
19
19
  command: "node",
20
20
  args: ["./mcpServers/datetime.js"],
21
21
  },
22
22
  },
23
-
23
+
24
24
  // 连接配置
25
25
  connection: {
26
26
  // 心跳检测间隔(毫秒)
27
27
  heartbeatInterval: 30000,
28
-
28
+
29
29
  // 心跳超时时间(毫秒)
30
30
  heartbeatTimeout: 10000,
31
-
31
+
32
32
  // 重连间隔(毫秒)
33
33
  reconnectInterval: 5000,
34
34
  },
35
-
35
+
36
36
  // Web UI 配置
37
37
  webUI: {
38
38
  // Web UI 端口号
39
39
  port: 9999,
40
40
  },
41
- }
41
+ }
@@ -4,7 +4,7 @@
4
4
 
5
5
  // MCP 接入点地址
6
6
  // 请访问 xiaozhi.me 获取你的专属接入点地址
7
- "mcpEndpoint": "<请填写你的接入点地址(获取地址在 xiaozhi.me)>",
7
+ "mcpEndpoint": "",
8
8
 
9
9
  // MCP 服务配置
10
10
  "mcpServers": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "mcpEndpoint": "<请填写你的接入点地址(获取地址在 xiaozhi.me)>",
2
+ "mcpEndpoint": "",
3
3
  "mcpServers": {
4
4
  "modelscope-12306": {
5
5
  "type": "sse",