@atlisp/mcp 1.6.2 → 1.6.3
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/dist/atlisp-mcp.js +1 -1
- package/package.json +2 -2
package/dist/atlisp-mcp.js
CHANGED
|
@@ -22,7 +22,7 @@ var FILE_EXTENSIONS = {
|
|
|
22
22
|
"BricsCAD": [".des"]
|
|
23
23
|
};
|
|
24
24
|
var SERVER_NAME = "atlisp-mcp-server";
|
|
25
|
-
var SERVER_VERSION = "1.6.
|
|
25
|
+
var SERVER_VERSION = "1.6.3";
|
|
26
26
|
var MOCK_PACKAGES = [
|
|
27
27
|
{ name: "base", description: "\u57FA\u7840\u51FD\u6570\u5E93", version: "1.0.0" },
|
|
28
28
|
{ name: "at-pm", description: "\u5DE5\u7A0B\u9879\u76EE\u7BA1\u7406", version: "2.1.0" },
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlisp/mcp",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"description": "MCP Server for @lisp on CAD",
|
|
3
|
+
"version": "1.6.3",
|
|
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": {
|
|
7
7
|
"atlisp-mcp": "./dist/atlisp-mcp.js"
|