atiaomar1978-hub commented on PR #25398: URL: https://github.com/apache/camel/pull/25398#issuecomment-5220359983
Addressed remaining review feedback in commit d65babb: 1. **Simplified `parseStructuredOutput()`** — removed redundant `toPlainJsonValue()` wrapper; `Jsoner.deserialize()` already returns plain Java types suitable for MCP structured content. 2. **Documented `outputParameter.*` sub-options** — added `.description`, `.required`, and `.enum` in component docs (mirroring input `parameter.*`). 3. **Rebased onto current `main`** — reverted spurious regen of `camel-spring.xsd` and jbang metadata. The two critical XSD review threads (stale `camel-xml-io.xsd` namespace and missing `allowedSchemes` in `camel-spring.xsd`) were fixed in commit 06eb4c3 and are now resolved. All related unit tests pass locally: - `AiToolParameterHelperTest` - `AiToolEndpointLifecycleTest` - `AiToolExecutorTest` - `AiToolRegistryTest` - `McpServerBridgeTest` - `VertxMcpServerOutputSchemaTest` _AI-generated on behalf of atiaomar1978-hub_ -- 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]
