lizhimins commented on issue #4307: URL: https://github.com/apache/rocketmq-dashboard/issues/4307#issuecomment-5674096581
Implemented in #4308, merged into `rocketmq-studio` as 5158c010. `instanceId` is now an explicit required parameter declared in each instance-scoped tool's schema, carried over the `x-rmq-instance-id` header, exposed via `ToolExecutionContext.instanceId()` and `McpAuthentication.instanceId()`, and cross-checked by the executor against the authenticated target. The eleven platform-level tools skip both checks and the exemption is validated by `ToolCatalog`. Discovery still returns an empty list for a blank target, so the console's global tool scope keeps working. -- 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]
