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 ```