From 2cf900f13d4a324a759f4c9c9f9c035fdb9fd6d1 Mon Sep 17 00:00:00 2001 From: Vinod Kumar Date: Wed, 6 May 2026 18:20:15 +0530 Subject: [PATCH] docs: fix MCP WebMVC starter artifact name Signed-off-by: Vinod Kumar --- .../weather/starter-webmvc-server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model-context-protocol/weather/starter-webmvc-server/README.md b/model-context-protocol/weather/starter-webmvc-server/README.md index 36121e1b..4bd2cf24 100644 --- a/model-context-protocol/weather/starter-webmvc-server/README.md +++ b/model-context-protocol/weather/starter-webmvc-server/README.md @@ -7,7 +7,7 @@ For more information, see the [MCP Server Boot Starter](https://docs.spring.io/s ## Overview The sample showcases: -- Integration with `spring-ai-mcp-server-webmvc-spring-boot-starter` +- Integration with `spring-ai-starter-mcp-server-webmvc` - Support for both SSE (Server-Sent Events) and STDIO transports - Automatic tool registration using Spring AI's `@Tool` annotation - Two weather-related tools: @@ -21,7 +21,7 @@ The project requires the Spring AI MCP Server WebMVC Boot Starter: ```xml org.springframework.ai - spring-ai-mcp-server-webmvc-spring-boot-starter + spring-ai-starter-mcp-server-webmvc ```