Skip to content

Claude Code has a notebooks executeCode tool, should we add this? #293816

@TylerLeonhardt

Description

@TylerLeonhardt
mcp__ide__executeCode

  Execute Python code in the Jupyter kernel for the current notebook file.

  {
    "type": "object",
    "properties": {
      "code": {
        "type": "string",
        "description": "The code to be executed on the kernel."
      }
    },
    "required": ["code"],
    "additionalProperties": false
  }

  One required parameter: code. State persists across calls unless the kernel is restarted.

I wonder if we should add a tool like this.

cc @rebornix

Metadata

Metadata

Labels

claude-agentIntegration with the Claude Agent SDKfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions