Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@atlisp/mcp

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlisp/mcp - npm Package Compare versions

Comparing version
1.8.9
to
1.8.10
+3
-0
dist/cad-worker.js

@@ -596,2 +596,5 @@ #!/usr/bin/env node

if (msg.type === 'send') {
if (!msg.code.endsWith('\n')) {
msg.code += '\n';
}
const docCheck = await new Promise((resolve, reject) => {

@@ -598,0 +601,0 @@ cadHasDoc(msg.platform || 'AutoCAD', (e, r) => {

+1
-1
{
"name": "@atlisp/mcp",
"version": "1.8.9",
"version": "1.8.10",
"description": "MCP Server for @lisp on CAD,support AutoCAD/GstarCAD/ZWCAD/BricsCAD or CAD platform compatible with AutoLISP",

@@ -5,0 +5,0 @@ "type": "module",