Update asgi_app.py

This commit is contained in:
saidsurucu
2025-07-21 18:05:04 +03:00
parent 515347e29c
commit 92f04fbab6
+1 -1
View File
@@ -90,7 +90,7 @@ custom_middleware = [
# Create MCP Starlette sub-application with proper middleware
mcp_app = mcp_server.http_app(
path="/mcp",
custom_middleware=custom_middleware
middleware=custom_middleware
)
# Configure JSON encoder for proper Turkish character support