Metadata-Version: 2.4
Name: aws_service_mcp_generator
Version: 1.0.0
Summary: A Python class that generates MCP server for any AWS service which has boto3 client
Project-URL: Homepage, https://github.com/kenliao94/aws_service_mcp_generator
Project-URL: Documentation, https://github.com/kenliao94/aws_service_mcp_generator
Project-URL: Source, https://github.com/kenliao94/aws_service_mcp_generator
Project-URL: Bug Tracker, https://github.com/kenliao94/aws_service_mcp_generator
Project-URL: Changelog, https://github.com/kenliao94/aws_service_mcp_generator
Author-email: Ken Liao <kenliao94@gmail.com>
Maintainer-email: Ken Liao <kenliao94@gmail.com>
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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.10
Requires-Dist: boto3>=1.37.23
Requires-Dist: fastmcp>=2.2.5
Requires-Dist: markdownify>=0.13.1
Requires-Dist: mcp[cli]>=1.6.0
Requires-Dist: pika>=1.3.2
Requires-Dist: protego>=0.3.1
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pytest>=8.3.5
Requires-Dist: readabilipy>=0.2.0
Requires-Dist: requests>=2.32.3
