@fruitbars/xfyun-ai-mcp 0.4.1 → 0.4.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Cross-platform `npx` launcher for the `xfyun-ai-mcp` stdio MCP server.
4
4
 
5
5
  ```bash
6
- npx -y @fruitbars/xfyun-ai-mcp@0.4.1
6
+ npx -y @fruitbars/xfyun-ai-mcp@0.4.2
7
7
  ```
8
8
 
9
9
  The launcher selects an npm optional dependency for Windows, macOS, or Linux on x64/arm64 and starts the native Go server with inherited stdio and environment variables. Configure `XFYUN_APP_ID`, `XFYUN_API_KEY`, and `XFYUN_API_SECRET` in the MCP host.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fruitbars/xfyun-ai-mcp",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Cross-platform stdio MCP launcher for XFYun AI capabilities",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "optionalDependencies": {
23
23
  "@ffmpeg-installer/ffmpeg": "1.1.0",
24
- "@fruitbars/xfyun-ai-mcp-darwin-arm64": "0.4.1",
25
- "@fruitbars/xfyun-ai-mcp-darwin-x64": "0.4.1",
26
- "@fruitbars/xfyun-ai-mcp-linux-arm64": "0.4.1",
27
- "@fruitbars/xfyun-ai-mcp-linux-x64": "0.4.1",
28
- "@fruitbars/xfyun-ai-mcp-win32-arm64": "0.4.1",
29
- "@fruitbars/xfyun-ai-mcp-win32-x64": "0.4.1"
24
+ "@fruitbars/xfyun-ai-mcp-darwin-arm64": "0.4.2",
25
+ "@fruitbars/xfyun-ai-mcp-darwin-x64": "0.4.2",
26
+ "@fruitbars/xfyun-ai-mcp-linux-arm64": "0.4.2",
27
+ "@fruitbars/xfyun-ai-mcp-linux-x64": "0.4.2",
28
+ "@fruitbars/xfyun-ai-mcp-win32-arm64": "0.4.2",
29
+ "@fruitbars/xfyun-ai-mcp-win32-x64": "0.4.2"
30
30
  }
31
31
  }