Fix v0.1.6 regression: revert shared httpx clients to individual clients

- Revert asgi_app.py to v0.1.6 approach with path='/' for MCP app
- Fix uyusmazlik client: use individual httpx.AsyncClient instead of shared
- Fix health check: use individual httpx.AsyncClient instead of shared
- Remove shared_health_check_client that was causing connection drops
This commit is contained in:
saidsurucu
2025-07-22 11:34:26 +03:00
parent 364f3761d7
commit a7877f34f4
5 changed files with 476 additions and 192 deletions
+6
View File
@@ -21,6 +21,12 @@ LOG_LEVEL = "info"
auto_start_machines = true
min_machines_running = 1
processes = ['app']
# Enable connection persistence for MCP sessions
[http_service.concurrency]
type = "connections"
hard_limit = 100
soft_limit = 80
[[vm]]
memory = '1gb'