atiaomar1978-hub commented on PR #25525:
URL: https://github.com/apache/camel/pull/25525#issuecomment-5399718133

   Addressed @davsclaus review feedback in commit `71cb788`.
   
   **Root cause:** The catalog regeneration in `70cff4e` was run from a branch 
that forked before CAMEL-24390 landed on `main`, silently reverting the 
`mcpTags` description in `catalog/.../camel-main-configuration-metadata.json` 
to the pre-wildcard wording. CI's uncommitted-changes check regenerates against 
current `main` and fails on that single line.
   
   **Fix:**
   - Rebased onto latest `upstream/main`
   - Regenerated the catalog mirror so it is byte-identical with 
`core/camel-main/.../camel-main-configuration-metadata.json` (5 new `mcp*` 
properties + correct CAMEL-24390 wildcard `mcpTags` description)
   
   **Verified locally:**
   ```
   ./mvnw -pl 
core/camel-main,catalog/camel-catalog,components/camel-ai/camel-mcp-server-api,components/camel-ai/camel-mcp-server
 -am install -DskipTests
   # → CLEAN: no uncommitted changes
   
   ./mvnw -pl 
components/camel-ai/camel-mcp-server-api,components/camel-ai/camel-mcp-server,core/camel-main
 -am test \
     
-Dtest=McpServerBridgeTest,McpServerIconTest,McpServerIconsParserTest,McpServerMainMetadataTest
   # → BUILD SUCCESS
   ```
   
   _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]

Reply via email to