Provides a secure Starlark code execution environment for large language model clients.
The Starlark MCP server offers a safe and hermetic environment for large language models to execute Starlark code, a Python-like language ideal for untrusted code execution. It captures `print()` function output, limited to 16KB, returning it to the LLM client, and extends Starlark with custom builtin functions to enhance functionality. This enables LLMs to perform computational tasks and generate structured outputs in a controlled manner.