Skip to content

Commit ca41f05

Browse files
committed
Fix the mcp clietn auto-configuraiton
Signed-off-by: Christian Tzolov <[email protected]>
1 parent 6a76705 commit ca41f05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

auto-configurations/spring-ai-mcp-client/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2023-2024 the original author or authors.
2+
# Copyright 2025-2025 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -16,6 +16,6 @@
1616
org.springframework.ai.autoconfigure.mcp.client.StdioTransportAutoConfiguration
1717
org.springframework.ai.autoconfigure.mcp.client.SseWebFluxTransportAutoConfiguration
1818
org.springframework.ai.autoconfigure.mcp.client.SseHttpClientTransportAutoConfiguration
19-
org.springframework.ai.autoconfigure.mcp.client.MpcClientAutoConfiguration
19+
org.springframework.ai.autoconfigure.mcp.client.McpClientAutoConfiguration
2020

2121

auto-configurations/spring-ai-mcp-server/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2023-2024 the original author or authors.
2+
# Copyright 2025-2025 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)