We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a43bf commit 26e0e8bCopy full SHA for 26e0e8b
README.md
@@ -45,8 +45,8 @@ c.MCPExtensionApp.mcp_tools = [
45
"jupyter_ai_tools.toolkits.notebook:edit_cell",
46
47
# JupyterLab Commands Toolkit
48
- "jupyterlab_commands_toolkit.tools:clear_all_outputs_in_notebook",
49
- "jupyterlab_commands_toolkit.tools:open_document",
+ "jupyterlab_commands_toolkit.tools:list_all_commands",
+ "jupyterlab_commands_toolkit.tools:execute_command",
50
]
51
```
52
@@ -214,4 +214,4 @@ jupyter_server_mcp/
214
2. Create a feature branch
215
3. Add tests for new functionality
216
4. Ensure all tests pass: `pytest tests/`
217
-5. Submit a pull request
+5. Submit a pull request
0 commit comments