LICENSE
README.md
pyproject.toml
src/math_mcp/__init__.py
src/math_mcp/agent_card.py
src/math_mcp/eval.py
src/math_mcp/resources.py
src/math_mcp/server.py
src/math_mcp/settings.py
src/math_mcp/visualization.py
src/math_mcp/persistence/__init__.py
src/math_mcp/persistence/models.py
src/math_mcp/persistence/storage.py
src/math_mcp/persistence/workspace.py
src/math_mcp/tools/__init__.py
src/math_mcp/tools/calculate.py
src/math_mcp/tools/matrix.py
src/math_mcp/tools/persistence.py
src/math_mcp/tools/visualization.py
src/math_mcp_learning_server.egg-info/PKG-INFO
src/math_mcp_learning_server.egg-info/SOURCES.txt
src/math_mcp_learning_server.egg-info/dependency_links.txt
src/math_mcp_learning_server.egg-info/entry_points.txt
src/math_mcp_learning_server.egg-info/requires.txt
src/math_mcp_learning_server.egg-info/top_level.txt
tests/test_agent_card.py
tests/test_http_integration.py
tests/test_math_operations.py
tests/test_matrix_operations.py
tests/test_persistence.py
tests/test_visualization.py