linchangyang-sg commented on issue #41610: URL: https://github.com/apache/superset/issues/41610#issuecomment-4888742357
the problem is even the user got authenticated, the fast_mcp is still using MCP_DEV_USERNAME as g.user. If you didn't set MCP_DEV_USERNAME, it's null. otherwise you need to extract the g.user from the request of fast_mcp to superset. With the help of Claude, we patched it with ContextVar. -- 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]
