Metadata-Version: 2.4
Name: mseep-asyncmcp
Version: 0.2.1
Summary: Async MCP Transport layer for queue and async based systems
Project-URL: Homepage, https://github.com/bh-rat/asyncmcp
Project-URL: Repository, https://github.com/bh-rat/asyncmcp
Project-URL: Documentation, https://github.com/bh-rat/asyncmcp#readme
Project-URL: Bug Tracker, https://github.com/bh-rat/asyncmcp/issues
Project-URL: Changelog, https://github.com/bh-rat/asyncmcp/blob/main/CHANGELOG.md
Author-email: mseep <support@skydeck.ai>
License: Apache-2.0
License-File: LICENSE
Keywords: async,automation,aws,llm,mcp,queue,sns,sqs
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: anyio>=4.9.0
Requires-Dist: boto3<2.0.0,>=1.38.36
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp<2.0.0,>=1.9.4
Requires-Dist: orjson<4.0.0,>=3.10.0
Requires-Dist: starlette>=0.47.1
Requires-Dist: uvicorn>=0.35.0
Provides-Extra: aws
Requires-Dist: awscli<2.0.0,>=1.40.35; extra == 'aws'
Provides-Extra: cli
Requires-Dist: python-dotenv>=1.0.0; extra == 'cli'
Requires-Dist: typer>=0.12.4; extra == 'cli'
Provides-Extra: dev
Requires-Dist: localstack<5.0.0,>=4.5.0; extra == 'dev'
Provides-Extra: rich
Requires-Dist: rich>=13.9.4; extra == 'rich'
Description-Content-Type: text/plain

Package managed by MseeP.ai