LICENSE
README.md
pyproject.toml
src/mcp_can/__init__.py
src/mcp_can/bus.py
src/mcp_can/cli.py
src/mcp_can/config.py
src/mcp_can/dbc.py
src/mcp_can/diagnostics.py
src/mcp_can/j1939.py
src/mcp_can/models.py
src/mcp_can/obd.py
src/mcp_can/py.typed
src/mcp_can.egg-info/PKG-INFO
src/mcp_can.egg-info/SOURCES.txt
src/mcp_can.egg-info/dependency_links.txt
src/mcp_can.egg-info/entry_points.txt
src/mcp_can.egg-info/requires.txt
src/mcp_can.egg-info/top_level.txt
src/mcp_can/server/fastmcp_server.py
src/mcp_can/server/live_state.py
src/mcp_can/server/schemas.py
src/mcp_can/server/templates/dashboard.html
src/mcp_can/simulator/faults.py
src/mcp_can/simulator/j1939_runner.py
src/mcp_can/simulator/profiles.py
src/mcp_can/simulator/runner.py
src/mcp_can/simulator/state.py
tests/test_cli.py
tests/test_dbc.py
tests/test_decode_roundtrip.py
tests/test_diagnostics.py
tests/test_faults.py
tests/test_j1939.py
tests/test_j1939_cli.py
tests/test_j1939_sim.py
tests/test_obd.py
tests/test_server_app.py
tests/test_state.py