Zig MCP Server

estimate_compute_units

Estimate computational complexity and resource usage

Input Schema

NameRequiredDescriptionDefault
codeYesZig code to analyze

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Zig code to analyze", "type": "string" } }, "required": [ "code" ], "type": "object" }