Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pyodide_execute | Execute Python code using Pyodide with output capture. When generating images, they will be automatically saved to the output directory instead of being displayed. Images can be accessed from the saved file paths that will be included in the output. |
| pyodide_install-packages | Install Python packages using Pyodide. Multiple packages can be specified using space-separated format. |
| pyodide_get-mount-points | List mounted directories |
| pyodide_list-mounted-directory | List contents of a mounted directory |
| pyodide_read-image | Read an image from a mounted directory |