You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On branch edburns/38-reactor-mcp-sdk Fixesmodelcontextprotocol#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]>
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.
Copy file name to clipboardExpand all lines: mcp/pom.xml
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@
10
10
</parent>
11
11
<artifactId>mcp</artifactId>
12
12
<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>
0 commit comments