Update MCP starters
- Update starters for MCP and docs
This commit is contained in:
committed by
Mark Pollack
parent
962f17915b
commit
83ff0133cd
@@ -9,7 +9,7 @@ To use the MCP server functionality, add the following dependency to your projec
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-mcp-spring-boot-starter</artifactId>
|
||||
<artifactId>spring-ai-starter-mcp-server</artifactId>
|
||||
<version>${spring-ai.version}</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-ai-mcp-client-webflux-spring-boot-starter</artifactId>
|
||||
<artifactId>spring-ai-starter-mcp-client-webflux</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Starter - MCP Client Webflux</name>
|
||||
<description>Spring AI MCP Client WebFlux Spring Boot Starter</description>
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-mcp-client-spring-boot-autoconfigure</artifactId>
|
||||
<artifactId>spring-ai-autoconfigure-mcp-client</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-ai-mcp-client-spring-boot-starter</artifactId>
|
||||
<artifactId>spring-ai-starter-mcp-client</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Starter - MCP Client</name>
|
||||
<description>Spring AI MCP Client Spring Boot Starter</description>
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-mcp-client-spring-boot-autoconfigure</artifactId>
|
||||
<artifactId>spring-ai-autoconfigure-mcp-client</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-ai-mcp-server-webflux-spring-boot-starter</artifactId>
|
||||
<artifactId>spring-ai-starter-mcp-server-webflux</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Starter - MCP Server Webflux</name>
|
||||
<description>Spring AI MCP Server WebFlux Spring Boot Starter</description>
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-mcp-server-spring-boot-autoconfigure</artifactId>
|
||||
<artifactId>spring-ai-autoconfigure-mcp-server</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-ai-mcp-server-webmvc-spring-boot-starter</artifactId>
|
||||
<artifactId>spring-ai-starter-mcp-server-webmvc</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Starter - MCP Server WebMvc</name>
|
||||
<description>Spring AI MCP Server WebMvc Spring Boot Starter</description>
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-mcp-server-spring-boot-autoconfigure</artifactId>
|
||||
<artifactId>spring-ai-autoconfigure-mcp-server</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-ai-mcp-server-spring-boot-starter</artifactId>
|
||||
<artifactId>spring-ai-starter-mcp-server</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AI Starter - MCP Server</name>
|
||||
<description>Spring AI MCP Server Spring Boot Starter</description>
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.ai</groupId>
|
||||
<artifactId>spring-ai-mcp-server-spring-boot-autoconfigure</artifactId>
|
||||
<artifactId>spring-ai-autoconfigure-mcp-server</artifactId>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user