Metadata-Version: 2.4
Name: iflow-mcp-azurecosmosdb
Version: 0.1.0
Summary: MCP Server for Azure Cosmos DB - enables LLM agents to interact with Azure Cosmos DB for NoSQL
Author-email: AzureCosmosDB <noreply@example.com>
License: MIT
Keywords: azure,cosmos-db,database,mcp,model-context-protocol
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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: azure-core>=1.33.0
Requires-Dist: azure-cosmos>=4.9.0
Requires-Dist: azure-identity>=1.21.0
Requires-Dist: fastapi[standard]>=0.115.12
Requires-Dist: mcp>=1.6.0
Requires-Dist: openai>=1.59.7
Requires-Dist: pydantic-settings>=2.8.1
Requires-Dist: pydantic>=2.11.3
Requires-Dist: python-dotenv>=1.1.0
Requires-Dist: requests>=2.32.3
Requires-Dist: sse-starlette>=2.2.1
Requires-Dist: tiktoken>=0.9.0
Requires-Dist: uvicorn>=0.34.2
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
