Skip to main content
Glama

MCP 3D Printer Server

ComputePipeline.js740 B
import Pipeline from './Pipeline.js'; /** * Class for representing compute pipelines. * * @private * @augments Pipeline */ class ComputePipeline extends Pipeline { /** * Constructs a new render pipeline. * * @param {String} cacheKey - The pipeline's cache key. * @param {ProgrammableStage} computeProgram - The pipeline's compute shader. */ constructor( cacheKey, computeProgram ) { super( cacheKey ); /** * The pipeline's compute shader. * * @type {ProgrammableStage} */ this.computeProgram = computeProgram; /** * This flag can be used for type testing. * * @type {Boolean} * @readonly * @default true */ this.isComputePipeline = true; } } export default ComputePipeline;

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