Skip to content

Commit b4f99a0

Browse files
committed
On branch edburns/38-reactor-mcp-sdk Fixes modelcontextprotocol#38, but in a very trivial way.
modified: README.md modified: mcp/pom.xml @hrstoyanov wrote: > This project requires reactor (and therefore - netty), slf4j for reasons I cannot understand. In its current state it is more like "Spring MCP SDK" rather than "Java MCP SDK", so at least change the project title. I realize @tzolov proposed a [remedy](https://github.com/orgs/modelcontextprotocol/discussions/246#discussioncomment-12854366), but even that seems problematic because it introduces a dependency on RS Publisher. In the meantime, please consider this trivial PR, which implements "at least change the project title." Signed-off-by: Ed Burns <[email protected]>
1 parent 41c6bd9 commit b4f99a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MCP Java SDK
22
[![Build Status](https://github.com/modelcontextprotocol/java-sdk/actions/workflows/publish-snapshot.yml/badge.svg)](https://github.com/modelcontextprotocol/java-sdk/actions/workflows/publish-snapshot.yml)
33

4-
A set of projects that provide Java SDK integration for the [Model Context Protocol](https://modelcontextprotocol.org/docs/concepts/architecture).
5-
This SDK enables Java applications to interact with AI models and tools through a standardized interface, supporting both synchronous and asynchronous communication patterns.
4+
A set of projects that provide Java SDK / `io.projectreactor` integration for the [Model Context Protocol](https://modelcontextprotocol.org/docs/concepts/architecture).
5+
This SDK enables Java applications that depend on `io.projectreactor` to interact with AI models and tools through a standardized interface, supporting both synchronous and asynchronous communication patterns.
66

77
## 📚 Reference Documentation
88

mcp/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</parent>
1111
<artifactId>mcp</artifactId>
1212
<packaging>jar</packaging>
13-
<name>Java MCP SDK</name>
14-
<description>Java SDK implementation of the Model Context Protocol, enabling seamless integration with language models and AI tools</description>
13+
<name>Java MCP SDK (based on io.projectreactor)</name>
14+
<description>Java SDK / io.projectreactor implementation of the Model Context Protocol, enabling seamless integration with language models and AI tools</description>
1515
<url>https://github.com/modelcontextprotocol/java-sdk</url>
1616

1717
<scm>
@@ -205,4 +205,4 @@
205205
</dependencies>
206206

207207

208-
</project>
208+
</project>

0 commit comments

Comments
 (0)