File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Add the dependency to your `pom.xml`:
9696<dependency >
9797 <groupId >com.google.cloud.mcp</groupId >
9898 <artifactId >mcp-toolbox-sdk-java</artifactId >
99- <version >0.1.1</version >
99+ <version >0.1.1</version > <!-- x-release-please-version -->
100100 <scope >compile</scope >
101101</dependency >
102102```
@@ -106,7 +106,7 @@ Add the dependency to your `pom.xml`:
106106```
107107dependencies {
108108 // Source: https://mvnrepository.com/artifact/com.google.cloud.mcp/mcp-toolbox-sdk-java
109- implementation("com.google.cloud.mcp:mcp-toolbox-sdk-java:0.1.1")
109+ implementation("com.google.cloud.mcp:mcp-toolbox-sdk-java:0.1.1") // x-release-please-version
110110}
111111```
112112
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ In any case remember to change the `YOUR_TOOLBOX_SERVICE_ENDPOINT` placeholder i
4545 <dependency >
4646 <groupId >com.google.cloud.mcp</groupId >
4747 <artifactId >mcp-toolbox-sdk-java</artifactId >
48- <version >0.1.1</version >
48+ <version >0.1.1</version > <!-- x-release-please-version -->
4949 </dependency >
5050 ```
5151
You can’t perform that action at this time.
0 commit comments