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

@@ -39,6 +39,7 @@ dependencies = [
"pydantic-settings>=2.0.0",
"click>=8.1.0",
"python-dotenv>=1.0.0",
"uvicorn>=0.25.0",
]
[project.optional-dependencies]