diff --git a/model-context-protocol/brave/README.md b/model-context-protocol/brave/README.md index 6fb48b4..d7c1f23 100644 --- a/model-context-protocol/brave/README.md +++ b/model-context-protocol/brave/README.md @@ -114,6 +114,6 @@ This setup allows the AI model to: The project uses: - Spring Boot 3.3.6 -- Spring AI 1.0.0-M4 -- Spring AI MCP Spring 0.1.0 -- OpenAI Spring Boot Starter +- Spring AI 1.0.0-SNAPSHOT +- spring-ai-starter-model-openai +- spring-ai-starter-mcp-client diff --git a/model-context-protocol/client-starter/starter-default-client/README.md b/model-context-protocol/client-starter/starter-default-client/README.md index f83f10b..e5d9be7 100644 --- a/model-context-protocol/client-starter/starter-default-client/README.md +++ b/model-context-protocol/client-starter/starter-default-client/README.md @@ -29,11 +29,11 @@ The project uses the following main dependencies: org.springframework.ai - spring-ai-mcp-client-spring-boot-starter + spring-ai-starter-mcp-client org.springframework.ai - spring-ai-anthropic-spring-boot-starter + spring-ai-starter-model-anthropic ``` diff --git a/model-context-protocol/client-starter/starter-webflux-client/README.md b/model-context-protocol/client-starter/starter-webflux-client/README.md index 7c423a4..76775ef 100644 --- a/model-context-protocol/client-starter/starter-webflux-client/README.md +++ b/model-context-protocol/client-starter/starter-webflux-client/README.md @@ -29,11 +29,11 @@ The project uses the following main dependencies: org.springframework.ai - spring-ai-mcp-client-webflux-spring-boot-starter + spring-ai-starter-mcp-client-webflux org.springframework.ai - spring-ai-anthropic-spring-boot-starter + spring-ai-starter-model-anthropic ``` diff --git a/model-context-protocol/sampling/mcp-sampling-client/README.md b/model-context-protocol/sampling/mcp-sampling-client/README.md index 4a054bc..1ef8807 100644 --- a/model-context-protocol/sampling/mcp-sampling-client/README.md +++ b/model-context-protocol/sampling/mcp-sampling-client/README.md @@ -77,15 +77,15 @@ The project requires the following Spring AI dependencies: org.springframework.ai - spring-ai-mcp-client-spring-boot-starter + spring-ai-starter-mcp-client org.springframework.ai - spring-ai-openai-spring-boot-starter + spring-ai-starter-model-openai org.springframework.ai - spring-ai-anthropic-spring-boot-starter + spring-ai-starter-model-anthropic ``` diff --git a/model-context-protocol/sampling/mcp-weather-webmvc-server/README.md b/model-context-protocol/sampling/mcp-weather-webmvc-server/README.md index a1adc8b..3409df2 100644 --- a/model-context-protocol/sampling/mcp-weather-webmvc-server/README.md +++ b/model-context-protocol/sampling/mcp-weather-webmvc-server/README.md @@ -39,7 +39,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 ```