File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
mcp-weather-webmvc-server Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,6 @@ This setup allows the AI model to:
114114
115115The project uses:
116116- Spring Boot 3.3.6
117- - Spring AI 1.0.0-M4
118- - Spring AI MCP Spring 0.1.0
119- - OpenAI Spring Boot Starter
117+ - Spring AI 1.0.0-SNAPSHOT
118+ - spring-ai-starter-model-openai
119+ - spring-ai-starter-mcp-client
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ The project uses the following main dependencies:
2929<dependencies >
3030 <dependency >
3131 <groupId >org.springframework.ai</groupId >
32- <artifactId >spring-ai-mcp-client-spring-boot-starter </artifactId >
32+ <artifactId >spring-ai-starter- mcp-client</artifactId >
3333 </dependency >
3434 <dependency >
3535 <groupId >org.springframework.ai</groupId >
36- <artifactId >spring-ai-anthropic-spring-boot-starter </artifactId >
36+ <artifactId >spring-ai-starter-model-anthropic </artifactId >
3737 </dependency >
3838</dependencies >
3939```
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ The project uses the following main dependencies:
2929<dependencies >
3030 <dependency >
3131 <groupId >org.springframework.ai</groupId >
32- <artifactId >spring-ai-mcp-client-webflux-spring-boot-starter </artifactId >
32+ <artifactId >spring-ai-starter- mcp-client-webflux</artifactId >
3333 </dependency >
3434 <dependency >
3535 <groupId >org.springframework.ai</groupId >
36- <artifactId >spring-ai-anthropic-spring-boot-starter </artifactId >
36+ <artifactId >spring-ai-starter-model-anthropic </artifactId >
3737 </dependency >
3838</dependencies >
3939```
Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ The project requires the following Spring AI dependencies:
7777<dependencies >
7878 <dependency >
7979 <groupId >org.springframework.ai</groupId >
80- <artifactId >spring-ai-mcp-client-spring-boot-starter </artifactId >
80+ <artifactId >spring-ai-starter- mcp-client</artifactId >
8181 </dependency >
8282 <dependency >
8383 <groupId >org.springframework.ai</groupId >
84- <artifactId >spring-ai-openai-spring-boot-starter </artifactId >
84+ <artifactId >spring-ai-starter-model-openai </artifactId >
8585 </dependency >
8686 <dependency >
8787 <groupId >org.springframework.ai</groupId >
88- <artifactId >spring-ai-anthropic-spring-boot-starter </artifactId >
88+ <artifactId >spring-ai-starter-model-anthropic </artifactId >
8989 </dependency >
9090</dependencies >
9191```
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The project requires the Spring AI MCP Server WebMVC Boot Starter:
3939``` xml
4040<dependency >
4141 <groupId >org.springframework.ai</groupId >
42- <artifactId >spring-ai-mcp-server-webmvc-spring-boot-starter </artifactId >
42+ <artifactId >spring-ai-starter- mcp-server-webmvc</artifactId >
4343</dependency >
4444```
4545
You can’t perform that action at this time.
0 commit comments