LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/00_quick_start.py
examples/01_simple_projectile.py
examples/02_collision_detection.py
examples/03_force_energy_momentum.py
examples/04_r3f_visualization.py
examples/05_rapier_simulation.py
examples/README.md
src/chuk_mcp_physics/__init__.py
src/chuk_mcp_physics/config.py
src/chuk_mcp_physics/models.py
src/chuk_mcp_physics/server.py
src/chuk_mcp_physics.egg-info/PKG-INFO
src/chuk_mcp_physics.egg-info/SOURCES.txt
src/chuk_mcp_physics.egg-info/dependency_links.txt
src/chuk_mcp_physics.egg-info/entry_points.txt
src/chuk_mcp_physics.egg-info/requires.txt
src/chuk_mcp_physics.egg-info/top_level.txt
src/chuk_mcp_physics/providers/__init__.py
src/chuk_mcp_physics/providers/analytic.py
src/chuk_mcp_physics/providers/base.py
src/chuk_mcp_physics/providers/factory.py
src/chuk_mcp_physics/providers/rapier.py
tests/test_analytic.py
tests/test_config.py
tests/test_factory.py
tests/test_models.py
tests/test_rapier.py
tests/test_server.py
tests/test_validation.py