@atlisp/mcp 1.8.17 → 1.8.18

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/dist/atlisp-mcp.js +1 -10
  2. package/package.json +1 -1
@@ -1121,16 +1121,7 @@ var init_constants = __esm({
1121
1121
  resources: { subscribe: true, listChanged: true },
1122
1122
  prompts: { listChanged: true },
1123
1123
  logging: {},
1124
- completions: {},
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
1133
- }
1124
+ completions: {}
1134
1125
  };
1135
1126
  MOCK_PACKAGES = [];
1136
1127
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlisp/mcp",
3
- "version": "1.8.17",
3
+ "version": "1.8.18",
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": {