davsclaus commented on code in PR #25306:
URL: https://github.com/apache/camel/pull/25306#discussion_r3703361594


##########
components/camel-ai/pom.xml:
##########
@@ -51,6 +51,8 @@
         <module>camel-langchain4j-tokenizer</module>
         <module>camel-langchain4j-tools</module>
         <module>camel-langchain4j-web-search</module>
+        <module>camel-mcp-server</module>
+        <module>camel-mcp-server-api</module>

Review Comment:
   Nit: `camel-mcp-server` depends on `camel-mcp-server-api`, so listing the 
API module first would be more natural and match the dependency direction:
   
   ```suggestion
           <module>camel-mcp-server-api</module>
           <module>camel-mcp-server</module>
   ```



-- 
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