This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit c15a4bfaa7666d2680f600f27d5a0417a33463cc Author: Robert Lazarski <[email protected]> AuthorDate: Sun May 17 04:36:16 2026 -1000 Remove vendor-specific product name from mcp-bridge POM description Replace "Claude Desktop and other MCP clients" with "compatible MCP clients" for ASF vendor neutrality. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> --- modules/mcp-bridge/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mcp-bridge/pom.xml b/modules/mcp-bridge/pom.xml index 03b7cf2e42..e0123bf810 100644 --- a/modules/mcp-bridge/pom.xml +++ b/modules/mcp-bridge/pom.xml @@ -35,7 +35,7 @@ <description> Stdio MCP (Model Context Protocol) bridge for Apache Axis2. Fetches the /openapi-mcp.json tool catalog from a running Axis2 deployment and exposes - those operations as MCP tools to Claude Desktop and other MCP clients. + those operations as MCP tools to compatible MCP clients. Runs as a subprocess launched by an MCP client; communicates via newline-delimited JSON-RPC 2.0 on stdin/stdout. </description>
