k-krawczyk opened a new pull request, #23613:
URL: https://github.com/apache/camel/pull/23613

   ## Summary
   
   Adds a Claude Code plugin marketplace to the repository so users can install 
the Camel MCP server with two commands instead of hand-editing `.mcp.json`:
   
   ```
   claude plugin marketplace add apache/camel
   claude plugin install camel-mcp@camel-marketplace
   ```
   
   ## Changes
   
   - `.claude-plugin/marketplace.json` — defines the `camel-marketplace` 
marketplace at the repo root
   - `plugins/camel-mcp/.claude-plugin/plugin.json` — plugin manifest 
(Apache-2.0)
   - `plugins/camel-mcp/.mcp.json` — launches the server over STDIO via JBang 
(`org.apache.camel:camel-jbang-mcp:4.20.0:runner`); auto-loaded when the plugin 
is enabled
   - docs: new "Install as a plugin (recommended)" subsection in 
`camel-jbang-mcp.adoc`; the manual `.mcp.json` setup is kept as an alternative
   
   No Java/source changes — configuration and documentation only. JBang remains 
a prerequisite, which the docs call out.
   
   ## Versioning note
   
   `.mcp.json` pins `4.20.0` — the latest released `camel-jbang-mcp` on Maven 
Central (`4.21.0` is not released yet, and JBang resolves a released artifact, 
not a SNAPSHOT). This means the pinned version needs a bump on each Camel 
release. Would it make sense to wire that into the release process? Happy to 
follow up in a separate change.
   
   ## Testing
   
   - `claude plugin validate` passes for both the marketplace and the plugin 
manifest
   - Adding the marketplace from a local path loads the `camel-mcp` plugin
   - The MCP server starts via JBang and `tools/list` returns the expected tools


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