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 e393ebc commit 0a856beCopy full SHA for 0a856be
sdk/java/mcp-overview.mdx
@@ -129,7 +129,7 @@ Add the BOM to your project:
129
<dependency>
130
<groupId>io.modelcontextprotocol.sdk</groupId>
131
<artifactId>mcp-bom</artifactId>
132
- <version>0.7.0-SNAPSHOT</version>
+ <version>0.7.0</version>
133
<type>pom</type>
134
<scope>import</scope>
135
</dependency>
@@ -141,7 +141,7 @@ Add the BOM to your project:
141
<Tab title="Gradle">
142
```groovy
143
dependencies {
144
- implementation platform("io.modelcontextprotocol.sdk:mcp-bom:0.7.0-SNAPSHOT")
+ implementation platform("io.modelcontextprotocol.sdk:mcp-bom:0.7.0")
145
//...
146
}
147
```
0 commit comments