WebGL-MCP Server

by grokadegames
Verified

analyze-webgl

Input Schema

NameRequiredDescriptionDefault
pathYesPath to WebGL build folder or index.html file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "Path to WebGL build folder or index.html file", "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools