Metadata-Version: 2.4
Name: mcp-min
Version: 20241105.160.0
Summary: Model Context Protocol minimal SDK
Project-URL: Homepage, https://github.com/gi0baro/py-mcp-min
Project-URL: Source, https://github.com/gi0baro/py-mcp-min
Project-URL: Issues, https://github.com/gi0baro/py-mcp-min/issues
Author-email: Giovanni Barillari <g@baro.dev>
License-Expression: MIT
License-File: LICENSE
Keywords: automation,llm,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: pydantic~=2.7
Description-Content-Type: text/markdown

# MCP min

A minimal Model Context Protocol Python SDK.

Based upon the [official Python MCP SDK](https://github.com/modelcontextprotocol/python-sdk) (version 1.6.0).

The main rationale behind this package is to provide MCP utilities without any extra dependency other than Pydantic. Thus, when compared to the official SDK, this package mainly provides types and abstract classes only.

## License

Given the minimal amount of changes compared to the official SDK code, this project is licensed under the original MIT License - see the LICENSE file for details.
