Skip to content

Commit b8fb18b

Browse files
committed
update readme.md to list correct deps in brave, client-starter and sampling.
1 parent 614c613 commit b8fb18b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

model-context-protocol/brave/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ This setup allows the AI model to:
114114

115115
The 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

model-context-protocol/client-starter/starter-default-client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

model-context-protocol/client-starter/starter-webflux-client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

model-context-protocol/sampling/mcp-sampling-client/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```

model-context-protocol/sampling/mcp-weather-webmvc-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)