abhishekrb19 commented on PR #18143: URL: https://github.com/apache/druid/pull/18143#issuecomment-2978555580
Thanks for the PR, @AnilPuram! Looking at the changes, I agree with @kfaraz, I think the MCP server is better suited as a standalone project outside the Druid repository (perhaps in your fork). I originally considered whether it could be an extension, but given the challenges around deployment, packaging, and long-term maintenance, an extension doesn’t seem like the right fit. Hosting it externally makes it more accessible and we can link to it from the Druid documentation as an integration. Also, fwiw, projects like Elastic, ClickHouse and a few others host their MCP servers separately from their core repos, so we could follow a similar approach here. -- 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]
