yyqdbngt opened a new pull request, #3472: URL: https://github.com/apache/rocketmq-dashboard/pull/3472
### Summary `McpServerImpl` implements the MCP tool surface by delegating discovery/execution to the tool gateway and metadata to the tool catalog. It had no tests. ### Changes - `listTools()` discovers globally and `listTools(clusterId)` forwards the cluster - `execute` forwards the tool name and input and returns the gateway result - `catalogVersion`/`catalogDigest`/`minimumClientVersion` come from the tool catalog ### Testing `mvn test -Dtest=McpServerImplTest` passes: 4 tests, 0 failures (first test for this class). -- 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]
