We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f7e87 commit 86da889Copy full SHA for 86da889
1 file changed
README.md
@@ -96,7 +96,7 @@ Add the dependency to your `pom.xml`:
96
<dependency>
97
<groupId>com.google.cloud.mcp</groupId>
98
<artifactId>mcp-toolbox-sdk-java</artifactId>
99
- <version>0.1.0</version>
+ <version>0.1.1</version>
100
<scope>compile</scope>
101
</dependency>
102
```
@@ -106,7 +106,7 @@ Add the dependency to your `pom.xml`:
106
107
dependencies {
108
// 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.0")
+ implementation("com.google.cloud.mcp:mcp-toolbox-sdk-java:0.1.1")
110
}
111
112
0 commit comments