davsclaus commented on PR #26668: URL: https://github.com/apache/camel/pull/26668#issuecomment-5757642906
Second commit: the MCP schema marked `nameOrPid` required on all 37 runtime tools although its description says "leave empty to auto-detect" (and the doc page says the same), so a strict client had to invent a name. It is now `required = false`, as are the datasource, maxRows, limit, routeId and format arguments of the new tools. A quick call of `camel_runtime_sql` with only `query` against a running app failed with "Missing required argument: nameOrPid" before this. -- 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]
