Skip to content

Commit c47c876

Browse files
authored
Merge branch 'main' into serverCapabilities-completions
2 parents e0cb707 + f348a83 commit c47c876

File tree

23 files changed

+743
-622
lines changed

23 files changed

+743
-622
lines changed

mcp-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.modelcontextprotocol.sdk</groupId>
99
<artifactId>mcp-parent</artifactId>
10-
<version>0.9.0-SNAPSHOT</version>
10+
<version>0.10.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>mcp-bom</artifactId>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.modelcontextprotocol.sdk</groupId>
88
<artifactId>mcp-parent</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
9+
<version>0.10.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>mcp-spring-webflux</artifactId>
@@ -25,13 +25,13 @@
2525
<dependency>
2626
<groupId>io.modelcontextprotocol.sdk</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.9.0-SNAPSHOT</version>
28+
<version>0.10.0-SNAPSHOT</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>io.modelcontextprotocol.sdk</groupId>
3333
<artifactId>mcp-test</artifactId>
34-
<version>0.9.0-SNAPSHOT</version>
34+
<version>0.10.0-SNAPSHOT</version>
3535
<scope>test</scope>
3636
</dependency>
3737

0 commit comments

Comments
 (0)