Metadata-Version: 2.4
Name: mcp_math_tools
Version: 0.1.0
Summary: A collection of MCP-compatible math tools (matrix, quadratic, eigen)
Author-email: Poojitha29 <poojitha.mm@thoughtclan.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: sympy

# mcp_math_tools

A set of MCP-compatible math tools for LLMs and AI agents.

### Tools Included:

- Matrix multiplication
- Quadratic equation solver (symbolic with sympy)
- Eigenvalue and eigenvector solver
