MCP 3D Printer Server

by DMontgomery40
Verified
{ "name": "bambu-js", "version": "2.2.2", "description": "Tools to interact with Bambu Lab printers over MQTT and FTP.", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "bambu", "printer", "mqtt", "ftp" ], "author": { "name": "Andrew Lemons", "url": "https://github.com/AndrewLemons" }, "license": "MIT", "dependencies": { "basic-ftp": "^5.0.5", "mqtt": "^5.10.1" }, "devDependencies": { "@types/node": "^20.16.2", "prettier": "^3.3.3", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, "scripts": { "build": "tsc -p .", "format": "prettier --write ." } }