XcodeBuildMCP Rendering and Streaming Review Review guardrails for rendering boundaries, streaming fragments, and output modes. Review scope - Review-only by default. - Do not edit product code unless the user explicitly requests implementation changes. Files to inspect - - - - - - - - Guardrails - Tool handlers do not branch on CLI vs MCP output mode. - Fragments represent progress, not final contract data. - Final structured output remains canonical. - Do not invent / render strategies. - Streaming tools emit typed fragments and one final structured result. - Non-streaming tools do not emit…