@atlisp/mcp 1.8.31 → 1.8.32

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lisp MCP Server
2
2
 
3
- MCP (Model Context Protocol) Server for @lisp on CAD — 为 CAD 环境提供 @lisp 包管理服务的 MCP 服务器,同时为 AI Agent 操控 CAD 提供 **230+ 个调用工具**和通道。
3
+ MCP (Model Context Protocol) Server for @lisp on CAD — 为 CAD 环境提供 @lisp 包管理服务的 MCP 服务器,同时为 AI Agent 操控 CAD 提供 **230+ 个调用工具**和通道。自 v1.8.32 起,Windows 自动启动支持后台静默运行(无终端窗口)。
4
4
 
5
5
  支持 **AutoCAD / ZWCAD / GStarCAD / BricsCAD**,通过 COM 互操作与 CAD 通信。
6
6
 
@@ -213,6 +213,8 @@ atlisp-mcp --autostart-status
213
213
 
214
214
  支持三种平台:Windows(Registry Run 键)、macOS(LaunchAgent)、Linux(XDG Autostart)。
215
215
 
216
+ **Windows 隐藏窗口**:自 v1.8.32 起,Windows 下自动启动使用 `powershell -WindowStyle Hidden` 包装,启动后无终端窗口闪现,在后台静默运行。
217
+
216
218
  ### 健康检查
217
219
 
218
220
  ```bash
@@ -315,6 +317,8 @@ curl http://localhost:8110/metrics
315
317
 
316
318
  ## 工具列表 (230+)
317
319
 
320
+ > 所有工具的 `description` 和参数说明已针对 AI Agent 优化——包含触发条件、参数示例、交叉引用和后果提示,帮助 Agent 更准确选择和使用工具。
321
+
318
322
  ### 系统与 CAD 连接 (12)
319
323
 
320
324
  | 工具 | 说明 | 参数 |