Skip to main content
Glama

MCP 3D Printer Server

BufferedDuplex.d.ts745 B
import { Duplex, Transform } from 'readable-stream'; import { IClientOptions } from './client'; export declare function writev(chunks: { chunk: any; encoding: string; }[], cb: (err?: Error) => void): void; export declare class BufferedDuplex extends Duplex { socket: WebSocket; private proxy; private isSocketOpen; private writeQueue; constructor(opts: IClientOptions, proxy: Transform, socket: WebSocket); _read(size?: number): void; _write(chunk: any, encoding: string, cb: (err?: Error) => void): void; _final(callback: (error?: Error) => void): void; _destroy(err: Error, callback: (error: Error) => void): void; socketReady(): void; private writeToProxy; private processWriteQueue; }

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