We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc56f4 commit db2cf00Copy full SHA for db2cf00
auto-configurations/spring-ai-mcp-client/pom.xml
@@ -41,6 +41,12 @@
41
<optional>true</optional>
42
</dependency>
43
44
+ <dependency>
45
+ <groupId>org.springframework.boot</groupId>
46
+ <artifactId>spring-boot-configuration-processor</artifactId>
47
+ <optional>true</optional>
48
+ </dependency>
49
+
50
<!-- NOTE: Currently the webmvc doesn't implement client transport.
51
We will add it in the future based on ResrtClient.
52
-->
auto-configurations/spring-ai-mcp-server/pom.xml
@@ -47,6 +47,12 @@
53
54
55
56
<!-- test dependencies -->
57
58
<dependency>
0 commit comments