Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ without installing the tool first. Just click [this](https://www.japicmp.de) lin

![japicmp-online](doc/japicmp_online.png)

## 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
Expand Down
Loading