From 3b6266b0257caee21ab12d15f694931340224692 Mon Sep 17 00:00:00 2001 From: Martin Mois Date: Fri, 22 May 2026 22:30:47 +0200 Subject: [PATCH 1/2] Update README.md with japicmp-mcp-server --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 7dcd35da..c28276dc 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,17 @@ without installing the tool first. Just click [this](https://www.japicmp.de) lin ![japicmp-online](doc/japicmp_online.png) +## MCP-Server + +MCP Server + +The [japicmp MCP server](https://github.com/siom79/japicmp-mcp-server) exposes japicmp's API comparison capabilities as +a tool for AI assistants that support the [Model Context Protocol (MCP)](https://modelcontextprotocol.io). +It allows AI agents such as Claude to compare two versions of a Maven artifact directly from a conversation — resolving +both JARs from Maven Central and returning a structured Markdown compatibility report, including binary and source +compatibility status, a semantic versioning verdict, and a detailed diff of every changed class, method, constructor, +and field. + ## Motivation Every time you release a new version of a library or a product, you have to tell your clients or customers what From d568218404f8061d9f28e4c59d4d1f862027527a Mon Sep 17 00:00:00 2001 From: Martin Mois Date: Fri, 22 May 2026 22:31:57 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c28276dc..b8356f2d 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,6 @@ without installing the tool first. Just click [this](https://www.japicmp.de) lin ## MCP-Server -MCP Server - The [japicmp MCP server](https://github.com/siom79/japicmp-mcp-server) exposes japicmp's API comparison capabilities as a tool for AI assistants that support the [Model Context Protocol (MCP)](https://modelcontextprotocol.io). It allows AI agents such as Claude to compare two versions of a Maven artifact directly from a conversation — resolving