Skip to content

Commit 83dcf38

Browse files
Add boot configuration processor to MCP Autoconfiguration POMs (#2274)
- Adding Spring Boot configuration processor for the tools autocompletion support Resolves #2273 Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
1 parent fcc56f4 commit 83dcf38

File tree

2 files changed

+12
-0
lines changed
  • auto-configurations

2 files changed

+12
-0
lines changed

auto-configurations/spring-ai-mcp-client/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
<optional>true</optional>
4242
</dependency>
4343

44+
<dependency>
45+
<groupId>org.springframework.boot</groupId>
46+
<artifactId>spring-boot-configuration-processor</artifactId>
47+
<optional>true</optional>
48+
</dependency>
49+
4450
<!-- NOTE: Currently the webmvc doesn't implement client transport.
4551
We will add it in the future based on ResrtClient.
4652
-->

auto-configurations/spring-ai-mcp-server/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
<optional>true</optional>
4848
</dependency>
4949

50+
<dependency>
51+
<groupId>org.springframework.boot</groupId>
52+
<artifactId>spring-boot-configuration-processor</artifactId>
53+
<optional>true</optional>
54+
</dependency>
55+
5056
<!-- test dependencies -->
5157

5258
<dependency>

0 commit comments

Comments
 (0)