Add HTTP transport option for MCP server

This commit is contained in:
latinogino
2025-12-28 13:37:24 +01:00
parent 58882ff8c0
commit 373f4063b2
6 changed files with 152 additions and 25 deletions

View File

@@ -12,6 +12,9 @@ python-dotenv>=1.0.0
# CLI support
click>=8.1.0
# HTTP server runtime for Streamable HTTP transport
uvicorn>=0.25.0
# Development and testing
pytest>=7.4.0
pytest-asyncio>=0.21.0