LICENSE
README.md
pyproject.toml
mathmethods/__init__.py
mathmethods/__main__.py
mathmethods/compiler.py
mathmethods/server.py
mathmethods/core/__init__.py
mathmethods/core/differentiation.py
mathmethods/core/dynamic_1d.py
mathmethods/core/dynamic_2d_conservative.py
mathmethods/core/dynamic_2d_lanchester.py
mathmethods/core/dynamic_2d_linear.py
mathmethods/core/dynamic_2d_non_homogeneous.py
mathmethods/core/dynamic_2d_nonlinear.py
mathmethods/core/integration.py
mathmethods/core/interpolation.py
mathmethods/core/monte_carlo.py
mathmethods/core/ode.py
mathmethods/core/root_finding.py
mathmethods/core/utils.py
mathmethods_mcp.egg-info/PKG-INFO
mathmethods_mcp.egg-info/SOURCES.txt
mathmethods_mcp.egg-info/dependency_links.txt
mathmethods_mcp.egg-info/entry_points.txt
mathmethods_mcp.egg-info/requires.txt
mathmethods_mcp.egg-info/top_level.txt
tests/test_dynamic_tools.py
tests/test_extended_tools.py
tests/test_tools.py