@atlisp/mcp 1.8.15 → 1.8.16

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.
@@ -1123,13 +1123,13 @@ var init_constants = __esm({
1123
1123
  logging: {},
1124
1124
  completions: {},
1125
1125
  experimental: {
1126
- pipeline_engine: true,
1127
- triggers: true,
1128
- repl: true,
1129
- webhooks: true,
1130
- agent_context: true,
1131
- rate_limiting: true,
1132
- request_dedup: true
1126
+ pipeline_engine: {},
1127
+ triggers: {},
1128
+ repl: {},
1129
+ webhooks: {},
1130
+ agent_context: {},
1131
+ rate_limiting: {},
1132
+ request_dedup: {}
1133
1133
  }
1134
1134
  };
1135
1135
  MOCK_PACKAGES = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlisp/mcp",
3
- "version": "1.8.15",
3
+ "version": "1.8.16",
4
4
  "description": "MCP Server for @lisp on CAD,support AutoCAD/GstarCAD/ZWCAD/BricsCAD or CAD platform compatible with AutoLISP",
5
5
  "type": "module",
6
6
  "bin": {