update readme.md to list correct deps in brave, client-starter and sampling.
This commit is contained in:
@@ -114,6 +114,6 @@ This setup allows the AI model to:
|
|||||||
|
|
||||||
The project uses:
|
The project uses:
|
||||||
- Spring Boot 3.3.6
|
- Spring Boot 3.3.6
|
||||||
- Spring AI 1.0.0-M4
|
- Spring AI 1.0.0-SNAPSHOT
|
||||||
- Spring AI MCP Spring 0.1.0
|
- spring-ai-starter-model-openai
|
||||||
- OpenAI Spring Boot Starter
|
- spring-ai-starter-mcp-client
|
||||||
|
|||||||
@@ -29,11 +29,11 @@ The project uses the following main dependencies:
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ai</groupId>
|
<groupId>org.springframework.ai</groupId>
|
||||||
<artifactId>spring-ai-mcp-client-spring-boot-starter</artifactId>
|
<artifactId>spring-ai-starter-mcp-client</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ai</groupId>
|
<groupId>org.springframework.ai</groupId>
|
||||||
<artifactId>spring-ai-anthropic-spring-boot-starter</artifactId>
|
<artifactId>spring-ai-starter-model-anthropic</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -29,11 +29,11 @@ The project uses the following main dependencies:
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ai</groupId>
|
<groupId>org.springframework.ai</groupId>
|
||||||
<artifactId>spring-ai-mcp-client-webflux-spring-boot-starter</artifactId>
|
<artifactId>spring-ai-starter-mcp-client-webflux</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ai</groupId>
|
<groupId>org.springframework.ai</groupId>
|
||||||
<artifactId>spring-ai-anthropic-spring-boot-starter</artifactId>
|
<artifactId>spring-ai-starter-model-anthropic</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -77,15 +77,15 @@ The project requires the following Spring AI dependencies:
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ai</groupId>
|
<groupId>org.springframework.ai</groupId>
|
||||||
<artifactId>spring-ai-mcp-client-spring-boot-starter</artifactId>
|
<artifactId>spring-ai-starter-mcp-client</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ai</groupId>
|
<groupId>org.springframework.ai</groupId>
|
||||||
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
|
<artifactId>spring-ai-starter-model-openai</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ai</groupId>
|
<groupId>org.springframework.ai</groupId>
|
||||||
<artifactId>spring-ai-anthropic-spring-boot-starter</artifactId>
|
<artifactId>spring-ai-starter-model-anthropic</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ The project requires the Spring AI MCP Server WebMVC Boot Starter:
|
|||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ai</groupId>
|
<groupId>org.springframework.ai</groupId>
|
||||||
<artifactId>spring-ai-mcp-server-webmvc-spring-boot-starter</artifactId>
|
<artifactId>spring-ai-starter-mcp-server-webmvc</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user