Croway opened a new pull request, #21496: URL: https://github.com/apache/camel/pull/21496
This PR introduces the following: * Adds MCP tools for Camel migration assistance: POM analysis to detect Camel version/runtime (including WildFly/Karaf), migration guide recommendations based on source version, and fuzzy search on migration guides. All the camel migration guides are loaded into memory (they are not that big) so that a fuzzy search can be executed by the Tool clients. * Splits the existing QUARKUS column into CAMEL_QUARKUS (Camel Quarkus version) and QUARKUS (actual Quarkus platform version resolved from registry.quarkus.io with a 2s timeout). The Quarkus version is shown only on the latest patch per major.minor stream * Improves CatalogTools error handling: adds hints when a Quarkus version parameter is incorrect, suggests data format or component alternatives when a component lookup fails. -- 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]
