.env.example
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/release.yml
src/jupyter_interpreter_mcp/__init__.py
src/jupyter_interpreter_mcp/__main__.py
src/jupyter_interpreter_mcp/notebook.py
src/jupyter_interpreter_mcp/py.typed
src/jupyter_interpreter_mcp/remote.py
src/jupyter_interpreter_mcp/server.py
src/jupyter_interpreter_mcp.egg-info/PKG-INFO
src/jupyter_interpreter_mcp.egg-info/SOURCES.txt
src/jupyter_interpreter_mcp.egg-info/dependency_links.txt
src/jupyter_interpreter_mcp.egg-info/entry_points.txt
src/jupyter_interpreter_mcp.egg-info/requires.txt
src/jupyter_interpreter_mcp.egg-info/top_level.txt
test/__init__.py
test/unit/test_notebook.py
test/unit/test_remote.py