Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit ea49afc

Browse files
committed
docs: Minor documentation improvements
1 parent 18951d5 commit ea49afc

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
File renamed without changes.

mcp-docs/src/main/antora/modules/ROOT/pages/dependency-management.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Maven::
2222
<dependency>
2323
<groupId>org.springframework.experimental</groupId>
2424
<artifactId>mcp-bom</artifactId>
25-
<version>0.5.0-SNAPSHOT</version>
25+
<version>0.5.0</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>
@@ -35,8 +35,7 @@ Gradle::
3535
[source,groovy,indent=0,subs="verbatim,quotes"]
3636
----
3737
dependencies {
38-
implementation platform("org.springframework.experimental:mcp-bom:0.5.0-SNAPSHOT")
39-
// Replace the following with the starter dependencies of specific modules you wish to use
38+
implementation platform("org.springframework.experimental:mcp-bom:0.5.0")
4039
//...
4140
}
4241
----
@@ -45,6 +44,8 @@ This is implemented by adding a 'platform' dependency handler method to the depe
4544
As shown in the snippet below this can then be followed by version-less declarations of the Starter Dependencies for the one or more spring-ai modules you wish to use, e.g. spring-ai-openai.
4645
======
4746

47+
Replace the version number with the version of the BOM you want to use.
48+
4849
[[dependencies]]
4950
== Available Dependencies
5051

mcp-transport/mcp-webflux-sse-transport/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<dependency>
55
<groupId>org.springframework.experimental</groupId>
66
<artifactId>mcp-webflux-sse-transport</artifactId>
7-
<version>0.5.0-SNAPSHOT</version>
87
</dependency>
98
```
109

mcp-transport/mcp-webmvc-sse-transport/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<dependency>
55
<groupId>org.springframework.experimental</groupId>
66
<artifactId>mcp-webmvc-sse-transport</artifactId>
7-
<version>0.5.0-SNAPSHOT</version>
87
</dependency>
98
```
109

0 commit comments

Comments
 (0)