Why isn’t the MCP service included in docker-compose-non-dev.yml? #40883
DataStrategistTeam
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the official Superset documentation for the MCP server provides a docker-compose.yml snippet that runs Superset and an MCP server side‑by‑side sharing the same config.
However, the main non‑dev Docker Compose file (docker-compose-non-dev.yml) does not include an MCP service at all.
I understand that docker-compose-non-dev.yml is a generic starting point, but MCP seems like a first‑class feature now.
Would the project consider adding the MCP service – perhaps as an optional profile (e.g., --profile mcp) or as a commented‑out example in docker-compose-non-dev.yml?
Beta Was this translation helpful? Give feedback.
All reactions