Metadata-Version: 2.4
Name: sage-solver-mcp
Version: 0.1.0
Summary: SAGE MCP server — local MCP server exposing optimization tools to LLMs via Claude Desktop
Project-URL: Homepage, https://github.com/pragnakar/sage
Project-URL: Repository, https://github.com/pragnakar/sage
Project-URL: Bug Tracker, https://github.com/pragnakar/sage/issues
Author-email: Pragnakar Pedapenki <pragnakar@gmail.com>
License: MIT
Keywords: claude,llm,mcp,operations-research,optimization
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0
Requires-Dist: sage-solver-core>=0.1.0
Description-Content-Type: text/markdown

# sage-mcp

Local MCP server for SAGE (Solver-Augmented Generation Engine).

Exposes optimization tools to Claude Desktop and other MCP-compatible LLM clients.

See the [monorepo root](../README.md) for full documentation and installation instructions.
