LICENSE
README.md
pyproject.toml
src/x16_emulator_mcp.egg-info/PKG-INFO
src/x16_emulator_mcp.egg-info/SOURCES.txt
src/x16_emulator_mcp.egg-info/dependency_links.txt
src/x16_emulator_mcp.egg-info/entry_points.txt
src/x16_emulator_mcp.egg-info/requires.txt
src/x16_emulator_mcp.egg-info/top_level.txt
src/x16dbg/__init__.py
src/x16dbg/client.py
src/x16dbg/config.py
src/x16dbg/models.py
src/x16dbg/transport.py
src/x16dbg/commands/__init__.py
src/x16dbg/commands/breakpoints.py
src/x16dbg/commands/capture.py
src/x16dbg/commands/disasm.py
src/x16dbg/commands/execution.py
src/x16dbg/commands/inspection.py
src/x16dbg/commands/memory.py
src/x16dbg/commands/registers.py
src/x16dbg/commands/session.py
src/x16dbg/commands/vram.py
src/x16dbg/commands/watchpoints.py
src/x16mcp/__init__.py
src/x16mcp/server.py
tests/test_breakpoints.py
tests/test_capture.py
tests/test_disasm.py
tests/test_discovery.py
tests/test_execution.py
tests/test_inspection.py
tests/test_memory.py
tests/test_models.py
tests/test_registers.py
tests/test_server.py
tests/test_server_minimal.py
tests/test_session.py
tests/test_slice.py
tests/test_transport.py
tests/test_vram.py
tests/test_watchpoints.py