Skip to main content
Glama

MCP 3D Printer Server

tcp.js743 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const net_1 = __importDefault(require("net")); const debug_1 = __importDefault(require("debug")); const debug = (0, debug_1.default)('mqttjs:tcp'); const buildStream = (client, opts) => { opts.port = opts.port || 1883; opts.hostname = opts.hostname || opts.host || 'localhost'; const { port, path } = opts; const host = opts.hostname; debug('port %d and host %s', port, host); return net_1.default.createConnection({ port, host, path }); }; exports.default = buildStream; //# sourceMappingURL=tcp.js.map

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/mcp-3D-printer-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server