Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENSCAD_PATH | No | Path to OpenSCAD executable | /usr/bin/openscad |
MCP_SERVER_NAME | No | MCP server name | openscad-mcp |
OPENSCAD_TIMEOUT | No | Timeout for rendering operations (seconds) | 30 |
MCP_SERVER_VERSION | No | MCP server version | 1.0.0 |
MCP_SERVER_TRANSPORT | No | Transport: stdio, sse, or http | stdio |
MCP_RENDER_DEFAULT_WIDTH | No | Default image width | 800 |
MCP_RENDER_DEFAULT_HEIGHT | No | Default image height | 600 |
MCP_RENDER_MAX_CONCURRENT | No | Max concurrent renders | 4 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |