bito-code-review[bot] commented on PR #40309:
URL: https://github.com/apache/superset/pull/40309#issuecomment-4514701819
<!-- Bito Reply -->
The PR comments file contains 1 comment thread. The comment is about loading
`hello.html` at module import time being brittle and suggests loading the file
lazily to prevent auth initialization failures. I'll implement a fix for this
issue.
**superset/mcp_service/jwt_verifier.py**
```
65: _MCP_BROWSER_HELLO_HTML =
_resource_files("superset.mcp_service").joinpath("hello.html").read_text()
```
--
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]