We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e6ebac + 5737e6e commit 14b63e9Copy full SHA for 14b63e9
pom.xml
@@ -26,7 +26,7 @@
26
27
<groupId>com.google.cloud.mcp</groupId>
28
<artifactId>mcp-toolbox-sdk-java</artifactId>
29
- <version>0.1.0</version>
+ <version>1.0.0-SNAPSHOT</version><!-- {x-version-update:mcp-toolbox-sdk-java:current} -->
30
<name>MCP Toolbox SDK for Java</name>
31
<description>Java client library for the Model Context Protocol (MCP) Toolbox.</description>
32
versions.txt
@@ -0,0 +1,4 @@
1
+# Format:
2
+# module:released-version:current-version
3
+
4
+mcp-toolbox-sdk-java:0.0.0:1.0.0-SNAPSHOT
0 commit comments