WebGL-MCP Server

by grokadegames
Verified

optimize-webgl

Input Schema

NameRequiredDescriptionDefault
memoryLimitNoMemory limit in MB
optimizationGoalsNoOptimization goals in order of priority
pathYesPath to WebGL build folder or index.html file
targetFPSNoTarget frames per second

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "memoryLimit": { "description": "Memory limit in MB", "type": "number" }, "optimizationGoals": { "description": "Optimization goals in order of priority", "items": { "enum": [ "performance", "memory", "quality", "mobile" ], "type": "string" }, "type": "array" }, "path": { "description": "Path to WebGL build folder or index.html file", "type": "string" }, "targetFPS": { "description": "Target frames per second", "type": "number" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools