Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_cells | List all cells in a Jupyter notebook with their indices and types |
| get_cell_source | Get the source code of a specific cell by index |
| edit_cell_source | Edit the source code of a specific cell by index |
| insert_cell | Insert a new cell at a specific position |
| delete_cell | Delete a cell by index |
| move_cell | Move a cell from one position to another |
| convert_cell_type | Convert a cell from one type to another |
| bulk_edit_cells | Perform bulk operations on multiple cells |
| read_notebook_with_outputs | Read a Jupyter notebook including cell outputs |
| execute_cell | Execute a specific cell in the notebook using a Jupyter kernel |
| add_cell | Add a new cell to the notebook |
| edit_cell | Edit the source code of a specific cell by ID or index |
| trigger_vscode_reload | Trigger VS Code to reload the notebook file |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |