LICENSE
README.md
README_PYPI.md
pyproject.toml
src/notebook_mcp/__init__.py
src/notebook_mcp/analyzer.py
src/notebook_mcp/ast_analysis.py
src/notebook_mcp/context_builder.py
src/notebook_mcp/dependency_graph.py
src/notebook_mcp/errors.py
src/notebook_mcp/execution_manager.py
src/notebook_mcp/jupyter_server.py
src/notebook_mcp/kernel_channels.py
src/notebook_mcp/models.py
src/notebook_mcp/notebook_io.py
src/notebook_mcp/server.py
src/notebook_mcp/state_engine.py
src/notebook_mcp/utils.py
src/notebook_mcp.egg-info/PKG-INFO
src/notebook_mcp.egg-info/SOURCES.txt
src/notebook_mcp.egg-info/dependency_links.txt
src/notebook_mcp.egg-info/entry_points.txt
src/notebook_mcp.egg-info/requires.txt
src/notebook_mcp.egg-info/top_level.txt
tests/test_analyzer_smoke.py
tests/test_ast_analysis.py
tests/test_dependency_graph.py
tests/test_execution_manager.py
tests/test_state_engine.py