From cbf95610c006e56d5af9e78a5c591702c68b597d Mon Sep 17 00:00:00 2001 From: Bs Mahi Date: Sun, 4 May 2025 15:26:58 +0530 Subject: [PATCH] Corrected MCP Client Boot Starter URL (#31) Modified MCP Client Boot Starter Link in the README.md Signed-off-by: Bs Mahi --- model-context-protocol/weather/starter-webmvc-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-context-protocol/weather/starter-webmvc-server/README.md b/model-context-protocol/weather/starter-webmvc-server/README.md index 11af7b8..490fe40 100644 --- a/model-context-protocol/weather/starter-webmvc-server/README.md +++ b/model-context-protocol/weather/starter-webmvc-server/README.md @@ -228,6 +228,6 @@ java -Dspring.ai.mcp.client.sse.connections.weather-server.url=http://localhost: * [Spring AI Documentation](https://docs.spring.io/spring-ai/reference/) * [MCP Server Boot Starter](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-server-boot-starter-docs.html) -* [MCP Client Boot Starter](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-server-boot-client-docs.html) +* [MCP Client Boot Starter](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-client-boot-starter-docs.html) * [Model Context Protocol Specification](https://modelcontextprotocol.github.io/specification/) * [Spring Boot Auto-configuration](https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.developing-auto-configuration)