Update mcp-server-boot-starter-docs.adoc (#3279)

Older STDIO transports can't be pulled, this should be a milestone version and should use `spring-ai-starter-mcp-server`.

Signed-off-by: Yang Buyi <52228969+yangbuyiya@users.noreply.github.com>
This commit is contained in:
Yang Buyi
2025-05-22 18:07:58 +08:00
committed by Ilayaperumal Gopinathan
parent e41f2b5bd2
commit ea38612fe0

View File

@@ -28,7 +28,7 @@ Full MCP Server features support with `STDIO` server transport.
----
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-mcp-server-spring-boot-starter</artifactId>
<artifactId>spring-ai-starter-mcp-server</artifactId>
</dependency>
----