MCP 3D Printer Server

by DMontgomery40
Verified
export function parseEnumDef(def) { return { type: "string", enum: Array.from(def.values), }; }