From b4f99a01533bb2c9791c98652847c7955c466b45 Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Fri, 18 Apr 2025 19:59:29 -0400 Subject: [PATCH] On branch edburns/38-reactor-mcp-sdk Fixes #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 --- README.md | 4 ++-- mcp/pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9fc17306..670bcf92 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # MCP Java SDK [![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) -A set of projects that provide Java SDK integration for the [Model Context Protocol](https://modelcontextprotocol.org/docs/concepts/architecture). -This SDK enables Java applications to interact with AI models and tools through a standardized interface, supporting both synchronous and asynchronous communication patterns. +A set of projects that provide Java SDK / `io.projectreactor` integration for the [Model Context Protocol](https://modelcontextprotocol.org/docs/concepts/architecture). +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. ## 📚 Reference Documentation diff --git a/mcp/pom.xml b/mcp/pom.xml index 17693ab3..141675da 100644 --- a/mcp/pom.xml +++ b/mcp/pom.xml @@ -10,8 +10,8 @@ mcp jar - Java MCP SDK - Java SDK implementation of the Model Context Protocol, enabling seamless integration with language models and AI tools + Java MCP SDK (based on io.projectreactor) + Java SDK / io.projectreactor implementation of the Model Context Protocol, enabling seamless integration with language models and AI tools https://github.com/modelcontextprotocol/java-sdk @@ -205,4 +205,4 @@ - \ No newline at end of file +