Metadata-Version: 2.4
Name: asiflow-mcp
Version: 2.0.0
Summary: Connect Cursor, Claude Code, and VS Code to ASIFlow's AI reasoning, memory, and multi-agent capabilities
Project-URL: Homepage, https://asiflow.ai
Project-URL: Documentation, https://docs.asiflow.ai/mcp-connector
Project-URL: Repository, https://github.com/asiflow/mcp-server-sdk
Author-email: ASIFlow <sdk@asiflow.ai>
License-Expression: MIT
Keywords: agents,ai,asiflow,claude-code,cursor,mcp,model-context-protocol,vscode
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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 :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: click>=8.0.0
Requires-Dist: httpx>=0.24.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: auth
Requires-Dist: cryptography; extra == 'auth'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: respx>=0.20.0; extra == 'dev'
Provides-Extra: server
Requires-Dist: fastapi>=0.100.0; extra == 'server'
Requires-Dist: uvicorn>=0.20.0; extra == 'server'
