MCP — The Model Context Protocol — an open standard that lets any AI assistant plug into any tool or data source without custom integration code.
guardrails — The checks around a model that block bad inputs and outputs — filters, validators, and permission rules the model itself can't override.
sandbox — An isolated environment where AI-generated code or agent actions run without being able to touch anything real.
AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
Why it matters
The release adds server-wide MCPThe Model Context Protocol — an open standard that lets any AI assistant plug into any tool or data source without custom integration code.Full definition → tool guardrailsThe checks around a model that block bad inputs and outputs — filters, validators, and permission rules the model itself can't override.Full definition → and configurable sandboxAn isolated environment where AI-generated code or agent actions run without being able to touch anything real.Full definition → isolation, letting AI agentAn AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.Full definition → builders enforce safety policy across every tool call and run untrusted code with tighter environment controls.