Skip to content

Commit 83ff013

Browse files
ilayaperumalgmarkpollack
authored andcommitted
Update MCP starters
- Update starters for MCP and docs
1 parent 962f179 commit 83ff013

File tree

6 files changed

+11
-11
lines changed
  • spring-ai-docs/src/main/asciidoc
  • spring-ai-spring-boot-starters
    • spring-ai-starter-mcp-client-webflux
    • spring-ai-starter-mcp-client
    • spring-ai-starter-mcp-server-webflux
    • spring-ai-starter-mcp-server-webmvc
    • spring-ai-starter-mcp-server

6 files changed

+11
-11
lines changed

spring-ai-docs/src/main/asciidoc/mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use the MCP server functionality, add the following dependency to your projec
99
```xml
1010
<dependency>
1111
<groupId>org.springframework.ai</groupId>
12-
<artifactId>spring-ai-mcp-spring-boot-starter</artifactId>
12+
<artifactId>spring-ai-starter-mcp-server</artifactId>
1313
<version>${spring-ai.version}</version>
1414
</dependency>
1515
```

spring-ai-spring-boot-starters/spring-ai-starter-mcp-client-webflux/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<version>1.0.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
28-
<artifactId>spring-ai-mcp-client-webflux-spring-boot-starter</artifactId>
28+
<artifactId>spring-ai-starter-mcp-client-webflux</artifactId>
2929
<packaging>jar</packaging>
3030
<name>Spring AI Starter - MCP Client Webflux</name>
3131
<description>Spring AI MCP Client WebFlux Spring Boot Starter</description>
@@ -46,7 +46,7 @@
4646

4747
<dependency>
4848
<groupId>org.springframework.ai</groupId>
49-
<artifactId>spring-ai-mcp-client-spring-boot-autoconfigure</artifactId>
49+
<artifactId>spring-ai-autoconfigure-mcp-client</artifactId>
5050
<version>${project.parent.version}</version>
5151
</dependency>
5252

spring-ai-spring-boot-starters/spring-ai-starter-mcp-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>1.0.0-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
26-
<artifactId>spring-ai-mcp-client-spring-boot-starter</artifactId>
26+
<artifactId>spring-ai-starter-mcp-client</artifactId>
2727
<packaging>jar</packaging>
2828
<name>Spring AI Starter - MCP Client</name>
2929
<description>Spring AI MCP Client Spring Boot Starter</description>
@@ -44,7 +44,7 @@
4444

4545
<dependency>
4646
<groupId>org.springframework.ai</groupId>
47-
<artifactId>spring-ai-mcp-client-spring-boot-autoconfigure</artifactId>
47+
<artifactId>spring-ai-autoconfigure-mcp-client</artifactId>
4848
<version>${project.parent.version}</version>
4949
</dependency>
5050

spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webflux/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<version>1.0.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
28-
<artifactId>spring-ai-mcp-server-webflux-spring-boot-starter</artifactId>
28+
<artifactId>spring-ai-starter-mcp-server-webflux</artifactId>
2929
<packaging>jar</packaging>
3030
<name>Spring AI Starter - MCP Server Webflux</name>
3131
<description>Spring AI MCP Server WebFlux Spring Boot Starter</description>
@@ -46,7 +46,7 @@
4646

4747
<dependency>
4848
<groupId>org.springframework.ai</groupId>
49-
<artifactId>spring-ai-mcp-server-spring-boot-autoconfigure</artifactId>
49+
<artifactId>spring-ai-autoconfigure-mcp-server</artifactId>
5050
<version>${project.parent.version}</version>
5151
</dependency>
5252

spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<version>1.0.0-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
28-
<artifactId>spring-ai-mcp-server-webmvc-spring-boot-starter</artifactId>
28+
<artifactId>spring-ai-starter-mcp-server-webmvc</artifactId>
2929
<packaging>jar</packaging>
3030
<name>Spring AI Starter - MCP Server WebMvc</name>
3131
<description>Spring AI MCP Server WebMvc Spring Boot Starter</description>
@@ -46,7 +46,7 @@
4646

4747
<dependency>
4848
<groupId>org.springframework.ai</groupId>
49-
<artifactId>spring-ai-mcp-server-spring-boot-autoconfigure</artifactId>
49+
<artifactId>spring-ai-autoconfigure-mcp-server</artifactId>
5050
<version>${project.parent.version}</version>
5151
</dependency>
5252

spring-ai-spring-boot-starters/spring-ai-starter-mcp-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>1.0.0-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
26-
<artifactId>spring-ai-mcp-server-spring-boot-starter</artifactId>
26+
<artifactId>spring-ai-starter-mcp-server</artifactId>
2727
<packaging>jar</packaging>
2828
<name>Spring AI Starter - MCP Server</name>
2929
<description>Spring AI MCP Server Spring Boot Starter</description>
@@ -44,7 +44,7 @@
4444

4545
<dependency>
4646
<groupId>org.springframework.ai</groupId>
47-
<artifactId>spring-ai-mcp-server-spring-boot-autoconfigure</artifactId>
47+
<artifactId>spring-ai-autoconfigure-mcp-server</artifactId>
4848
<version>${project.parent.version}</version>
4949
</dependency>
5050

0 commit comments

Comments
 (0)