From 83ff0133cd3c928257b7116ed58d79ca7c2e53ad Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Mon, 17 Mar 2025 10:40:27 +0000 Subject: [PATCH] Update MCP starters - Update starters for MCP and docs --- spring-ai-docs/src/main/asciidoc/mcp.md | 2 +- .../spring-ai-starter-mcp-client-webflux/pom.xml | 4 ++-- .../spring-ai-starter-mcp-client/pom.xml | 4 ++-- .../spring-ai-starter-mcp-server-webflux/pom.xml | 4 ++-- .../spring-ai-starter-mcp-server-webmvc/pom.xml | 4 ++-- .../spring-ai-starter-mcp-server/pom.xml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/spring-ai-docs/src/main/asciidoc/mcp.md b/spring-ai-docs/src/main/asciidoc/mcp.md index 3644d3fde..0a91c518f 100644 --- a/spring-ai-docs/src/main/asciidoc/mcp.md +++ b/spring-ai-docs/src/main/asciidoc/mcp.md @@ -9,7 +9,7 @@ To use the MCP server functionality, add the following dependency to your projec ```xml org.springframework.ai - spring-ai-mcp-spring-boot-starter + spring-ai-starter-mcp-server ${spring-ai.version} ``` diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-client-webflux/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-client-webflux/pom.xml index 531a90b25..b3ba8435e 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-client-webflux/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-client-webflux/pom.xml @@ -25,7 +25,7 @@ 1.0.0-SNAPSHOT ../../pom.xml - spring-ai-mcp-client-webflux-spring-boot-starter + spring-ai-starter-mcp-client-webflux jar Spring AI Starter - MCP Client Webflux Spring AI MCP Client WebFlux Spring Boot Starter @@ -46,7 +46,7 @@ org.springframework.ai - spring-ai-mcp-client-spring-boot-autoconfigure + spring-ai-autoconfigure-mcp-client ${project.parent.version} diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-client/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-client/pom.xml index acef84588..226a61b7a 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-client/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-client/pom.xml @@ -23,7 +23,7 @@ 1.0.0-SNAPSHOT ../../pom.xml - spring-ai-mcp-client-spring-boot-starter + spring-ai-starter-mcp-client jar Spring AI Starter - MCP Client Spring AI MCP Client Spring Boot Starter @@ -44,7 +44,7 @@ org.springframework.ai - spring-ai-mcp-client-spring-boot-autoconfigure + spring-ai-autoconfigure-mcp-client ${project.parent.version} diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webflux/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webflux/pom.xml index ddb133f8f..12275ee03 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webflux/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webflux/pom.xml @@ -25,7 +25,7 @@ 1.0.0-SNAPSHOT ../../pom.xml - spring-ai-mcp-server-webflux-spring-boot-starter + spring-ai-starter-mcp-server-webflux jar Spring AI Starter - MCP Server Webflux Spring AI MCP Server WebFlux Spring Boot Starter @@ -46,7 +46,7 @@ org.springframework.ai - spring-ai-mcp-server-spring-boot-autoconfigure + spring-ai-autoconfigure-mcp-server ${project.parent.version} diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc/pom.xml index 824b37007..a6896e55c 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc/pom.xml @@ -25,7 +25,7 @@ 1.0.0-SNAPSHOT ../../pom.xml - spring-ai-mcp-server-webmvc-spring-boot-starter + spring-ai-starter-mcp-server-webmvc jar Spring AI Starter - MCP Server WebMvc Spring AI MCP Server WebMvc Spring Boot Starter @@ -46,7 +46,7 @@ org.springframework.ai - spring-ai-mcp-server-spring-boot-autoconfigure + spring-ai-autoconfigure-mcp-server ${project.parent.version} diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server/pom.xml index 1d7dc35bb..87bc820ab 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server/pom.xml @@ -23,7 +23,7 @@ 1.0.0-SNAPSHOT ../../pom.xml - spring-ai-mcp-server-spring-boot-starter + spring-ai-starter-mcp-server jar Spring AI Starter - MCP Server Spring AI MCP Server Spring Boot Starter @@ -44,7 +44,7 @@ org.springframework.ai - spring-ai-mcp-server-spring-boot-autoconfigure + spring-ai-autoconfigure-mcp-server ${project.parent.version}