Skip to content

Commit 9e8ab7e

Browse files
committed
clean...
1 parent be54e9c commit 9e8ab7e

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

mcp-reactor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</parent>
1111
<artifactId>mcp-reactor</artifactId>
1212
<packaging>jar</packaging>
13-
<name>Java MCP Reactor SDK</name>
14-
<description>Java Reactor SDK implementation of the Model Context Protocol, enabling seamless integration with language models and AI tools</description>
13+
<name>Java SDK MCP Reactor</name>
14+
<description>Java SDK Reactor 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>

mcp-schema-jackson/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@
1111
</parent>
1212

1313
<artifactId>mcp-schema-jackson</artifactId>
14-
15-
<properties>
16-
<maven.compiler.source>17</maven.compiler.source>
17-
<maven.compiler.target>17</maven.compiler.target>
18-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
</properties>
14+
<packaging>jar</packaging>
15+
<name>Java SDK MCP Jackson Schema</name>
16+
<description>Java SDK Jackson Schema of the Model Context Protocol</description>
17+
<url>https://github.com/modelcontextprotocol/java-sdk</url>
2018

2119
<dependencies>
2220
<dependency>

mcp-spi/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,10 @@
1111

1212
<artifactId>mcp-spi</artifactId>
1313
<packaging>jar</packaging>
14-
<name>Java MCP SDK SPI</name>
14+
<name>Java SDK MCP SPI</name>
1515
<description>Java SDK SPI of the Model Context Protocol</description>
1616
<url>https://github.com/modelcontextprotocol/java-sdk</url>
1717

18-
<properties>
19-
<maven.compiler.source>17</maven.compiler.source>
20-
<maven.compiler.target>17</maven.compiler.target>
21-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22-
</properties>
23-
2418
<dependencies>
2519
<dependency>
2620
<groupId>org.reactivestreams</groupId>

0 commit comments

Comments
 (0)