This commit is contained in:
John Lancaster
2026-07-26 14:09:08 -05:00
parent 007d823c0a
commit 5e20f69cfe
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ def create_app(settings: Settings | None = None) -> FastAPI:
path=runtime_settings.mounts.mcp,
json_response=True,
stateless_http=True,
transport="http",
transport=runtime_settings.mcp_transport,
)
app = FastAPI(
debug=runtime_settings.debug,