We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29dc250 commit 27c859cCopy full SHA for 27c859c
1 file changed
docs/quickstart.md
@@ -123,7 +123,7 @@ Add the BOM to your project:
123
<dependency>
124
<groupId>io.modelcontextprotocol.sdk</groupId>
125
<artifactId>mcp-bom</artifactId>
126
- <version>1.0.0-RC1</version>
+ <version>1.0.0</version>
127
<type>pom</type>
128
<scope>import</scope>
129
</dependency>
@@ -135,7 +135,7 @@ Add the BOM to your project:
135
136
```groovy
137
dependencies {
138
- implementation platform("io.modelcontextprotocol.sdk:mcp-bom:latest")
+ implementation platform("io.modelcontextprotocol.sdk:mcp-bom:1.0.0")
139
//...
140
}
141
```
0 commit comments