@atlisp/mcp 1.2.0 → 1.3.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/README.md CHANGED
@@ -253,8 +253,8 @@ curl http://localhost:8110/health
253
253
  | `bring_to_front` | 切换 CAD 到前台 | 无 |
254
254
  | `install_atlisp` | 安装 @lisp | 无 |
255
255
  | `get_function_usage` | 获取函数用法 | `name`: 函数名 |
256
- | `list_functions` | 列出所有函数 | 无 |
257
- | `load_atlisp_functionlib` | 从网络加载函数库(AI 提示词/编程) | `format`: json/list |
256
+ | `list_symbols` | 列出所有符号(函数和变量) | 无 |
257
+ | `import_funlib` | 从网络导入函数库数据到 AI Agent | `format`: json/list |
258
258
 
259
259
  ### MCP 方法
260
260