lizhimins commented on PR #943: URL: https://github.com/apache/rocketmq-dashboard/pull/943#issuecomment-5176530887
**初步评审意见(先转为草稿)** 用 Java 实现 rmqctl CLI 与 MCP server 偏重,建议: 1. CLI 侧用轻量语言实现(Go / TypeScript(tsx)/ Python 等),服务端 / Studio 端只做协议转换; 2. CLI 与服务端的通信可以用 MCP 协议,也可以用纯 JSON。 请评估调整实现方向后,再转回正式状态继续评审。 --- **Preliminary review (converting to draft for now)** Implementing the rmqctl CLI and MCP server in Java is too heavyweight. Suggestions: 1. Implement the CLI side in a lightweight language (Go / TypeScript (tsx) / Python, etc.), keeping only protocol translation on the server / Studio side; 2. The CLI-to-server communication can use either the MCP protocol or plain JSON. Please reconsider the implementation approach, then mark the PR ready for review again. -- 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]
