venkatamandavilli-code commented on issue #39872: URL: https://github.com/apache/superset/issues/39872#issuecomment-4471348964
This seems like a documentation/version mismatch issue more than a configuration problem. From the logs, the container starts correctly but the `superset mcp` command is missing from the image itself. That usually means one of these cases: - MCP support has not yet been included in the `latest` image - the feature exists only in a newer dev branch/build - an additional optional package or feature flag is required but not mentioned in the docs It may help if the docs explicitly mention: 1. the minimum Superset version that supports MCP 2. whether a separate install step is required 3. whether `apache/superset:latest-dev` should be used instead of `latest` Right now the example in the docs gives the impression that MCP is available out of the box, but the command is not present in the published container image. -- 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]
