Skip to main content
Glama

MCP 3D Printer Server

GLSLNodeParser.js488 B
import NodeParser from '../core/NodeParser.js'; import GLSLNodeFunction from './GLSLNodeFunction.js'; /** * A GLSL node parser. * * @augments NodeParser */ class GLSLNodeParser extends NodeParser { /** * The method parses the given GLSL code an returns a node function. * * @param {String} source - The GLSL code. * @return {GLSLNodeFunction} A node function. */ parseFunction( source ) { return new GLSLNodeFunction( source ); } } export default GLSLNodeParser;

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