XcodeBuildMCP Structured Output Review Review guardrails for structured output schema correctness and compatibility. Review scope - Review-only by default. - Do not edit product code unless the user explicitly requests implementation changes. Files to inspect - - - - - - - Guardrails - uses format. - uses integer strings only. - Breaking schema changes create a new versioned schema file. - Published schema versions are not removed or mutated incompatibly. - Manifest matches emitted payload. - JSON fixtures validate against current schema contracts. - usage remains compatible with bundling in…