goingforstudying-ctrl commented on PR #42629: URL: https://github.com/apache/superset/pull/42629#issuecomment-5147026303
Good catch. The factory-configured path in `run_server` builds the app via `create_mcp_app(**factory_config)` and never went through `init_fastmcp_server()`, so the per-call session scoping was not installed there. Added the same `install_mcp_session_scoping()` call to the factory branch (with the lazy import to avoid the startup circular import). Factory deployments now get isolated sessions per tool call too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
