Skip to content

Commit ad30318

Browse files
feat: add MCP server configuration for notebook tools
Add .mcp.json to enable the notebook MCP server when the plugin is installed. This allows users to interact with Jupyter notebooks using MCP tools for creating, reading, updating, and deleting notebook cells. The MCP server is exposed as "notebook" and uses the bundled mcp_proxy_bundle.cjs from the notebook_mcp directory. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 6b160e5 commit ad30318

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.mcp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mcpServers": {
3+
"notebook": {
4+
"command": "node",
5+
"args": [
6+
"notebook_mcp/bin/mcp_proxy_bundle.js"
7+
],
8+
"env": {}
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)