File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ Add the following Maven dependency to your project:
7878
7979[source,xml]
8080----
81+ <!-- Internally relies on native MCP Java SDK 0.8.1 -->
8182<dependency>
8283 <groupId>io.github.codeboyzhou</groupId>
8384 <artifactId>mcp-declarative-java-sdk</artifactId>
Original file line number Diff line number Diff line change 77
88 <groupId >io.github.codeboyzhou</groupId >
99 <artifactId >mcp-declarative-java-sdk</artifactId >
10- <version >0.1.0 </version >
10+ <version >0.2.0-SNAPSHOT </version >
1111
1212 <name >MCP Declarative Java SDK</name >
1313 <description >Annotation-driven MCP (Model Context Protocol) Development with Java - Zero Spring Framework Dependencies</description >
4949 <maven-javadoc-plugin .version>3.6.3</maven-javadoc-plugin .version>
5050 <maven-source-plugin .version>3.3.0</maven-source-plugin .version>
5151 <!-- ==================== dependency versions ======================-->
52- <mcp-sdk .version>0.8.1 </mcp-sdk .version>
52+ <mcp-sdk .version>0.9.0-SNAPSHOT </mcp-sdk .version>
5353 <jetty .version>12.0.18</jetty .version>
5454 <reflections .version>0.10.2</reflections .version>
5555 </properties >
5656
5757 <dependencyManagement >
5858 <dependencies >
59+ <!-- Note: local installation is required if the mcp-sdk.version is SNAPSHOT -->
5960 <dependency >
6061 <groupId >io.modelcontextprotocol.sdk</groupId >
6162 <artifactId >mcp-bom</artifactId >
You can’t perform that action at this time.
0 commit comments