mcp-algorithm-box-config 1.0.3 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # mcp-algorithm-box-config
2
2
 
3
- MCP Server — 宇视算法盒子轮询配置方案统计图生成器。
3
+ MCP Server — 算法盒子轮询配置方案统计图生成器。
4
4
 
5
5
  根据摄像头总数、轮询间隔和最大等待时间,用 **FIFO连续模型** 计算每个「等待时间 × 实时分析数」组合下的最少盒子数,生成**自包含 HTML 交互式图表**(ECharts 热力图 + 最优方案表),无需后端服务。
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-algorithm-box-config",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "description": "MCP Server — 算法盒子轮询配置方案统计图生成器(自包含HTML,无需后端)",
6
6
  "main": "dist/index.js",