Skip to content

Commit 34d2d84

Browse files
committed
Add missing POM descriptions
Signed-off-by: Christian Tzolov <[email protected]>
1 parent 8f03a40 commit 34d2d84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mcp-spring/mcp-spring-webflux/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</parent>
1212
<artifactId>mcp-spring-webflux</artifactId>
1313
<packaging>jar</packaging>
14-
<name>WebFlux implementation of the Java MCP SSE transport</name>
15-
<description></description>
14+
<name>WebFlux transports</name>
15+
<description>WebFlux implementation for the SSE and Streamable Http Client and Server transports</description>
1616
<url>https://github.com/modelcontextprotocol/java-sdk</url>
1717

1818
<scm>

mcp-spring/mcp-spring-webmvc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</parent>
1212
<artifactId>mcp-spring-webmvc</artifactId>
1313
<packaging>jar</packaging>
14-
<name>Spring Web MVC implementation of the Java MCP SSE transport</name>
15-
<description></description>
14+
<name>Spring Web MVC transports</name>
15+
<description>Web MVC implementation for the SSE and Streamable Http Server transports</description>
1616
<url>https://github.com/modelcontextprotocol/java-sdk</url>
1717

1818
<scm>

0 commit comments

Comments
 (0)