This is an automated email from the ASF dual-hosted git repository.
andrus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new b1c3da8b3 Update README.md
b1c3da8b3 is described below
commit b1c3da8b379e2cedb96e20009c889edf897a2cd6
Author: Andrus Adamchik <[email protected]>
AuthorDate: Tue May 12 17:06:24 2026 -0400
Update README.md
---
cayenne-mcp-server/README.md | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/cayenne-mcp-server/README.md b/cayenne-mcp-server/README.md
index 7a4b5f5d9..7f27f270a 100644
--- a/cayenne-mcp-server/README.md
+++ b/cayenne-mcp-server/README.md
@@ -1,29 +1,26 @@
# Cayenne MCP Server
-
A self-contained MCP (Model Context Protocol) server that exposes
CayenneModeler
-operations to AI coding agents over stdio.
+operations to AI coding agents over stdio. Here is a sample session:
-## Requirements
+<img width="1257" height="362" alt="image"
src="https://github.com/user-attachments/assets/e875ba9d-f20c-4d95-8c86-3432435556b2"
/>
+## Requirements
Java 21 or later must be available on the system PATH.
## Finding the JAR
-The JAR location depends on how CayenneModeler was installed.
+The MCP server is distributed with platform-specific CayenneModeler download.
The JAR location depends on how CayenneModeler was installed.
Downloads are available at https://cayenne.apache.org/download/.
### macOS (DMG)
-
```
<install-dir>/CayenneModeler.app/Contents/Resources/mcp/cayenne-mcp-server-<VERSION>.jar
# But typically, in:
/Applications/CayenneModeler.app/Contents/Resources/mcp/cayenne-mcp-server-<VERSION>.jar
-
```
### Windows (ZIP)
-
```
<install-dir>\bin\cayenne-mcp-server-<VERSION>.jar
```