Skip to content

Commit 26e0e8b

Browse files
authored
Update README to the toolkit
Removed unused JupyterLab command tools from README.
1 parent d2a43bf commit 26e0e8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ c.MCPExtensionApp.mcp_tools = [
4545
"jupyter_ai_tools.toolkits.notebook:edit_cell",
4646

4747
# JupyterLab Commands Toolkit
48-
"jupyterlab_commands_toolkit.tools:clear_all_outputs_in_notebook",
49-
"jupyterlab_commands_toolkit.tools:open_document",
48+
"jupyterlab_commands_toolkit.tools:list_all_commands",
49+
"jupyterlab_commands_toolkit.tools:execute_command",
5050
]
5151
```
5252

@@ -214,4 +214,4 @@ jupyter_server_mcp/
214214
2. Create a feature branch
215215
3. Add tests for new functionality
216216
4. Ensure all tests pass: `pytest tests/`
217-
5. Submit a pull request
217+
5. Submit a pull request

0 commit comments

Comments
 (0)