diff --git a/auto-configurations/mcp/spring-ai-autoconfigure-mcp-server-stateless-common/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/auto-configurations/mcp/spring-ai-autoconfigure-mcp-server-stateless-common/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports index 12f3fd0dc59..c56af892043 100644 --- a/auto-configurations/mcp/spring-ai-autoconfigure-mcp-server-stateless-common/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +++ b/auto-configurations/mcp/spring-ai-autoconfigure-mcp-server-stateless-common/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -13,6 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -org.springframework.ai.mcp.server.stateless.autoconfigure.McpStatelessServerAutoConfiguration +org.springframework.ai.mcp.server.stateless.autoconfigure.McpServerStatelessAutoConfiguration org.springframework.ai.mcp.server.stateless.autoconfigure.ToolCallbackConverterAutoConfiguration diff --git a/auto-configurations/mcp/spring-ai-autoconfigure-mcp-server-stateless-webmvc/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/auto-configurations/mcp/spring-ai-autoconfigure-mcp-server-stateless-webmvc/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports index 993c16c56a9..ae07c926f9b 100644 --- a/auto-configurations/mcp/spring-ai-autoconfigure-mcp-server-stateless-webmvc/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports +++ b/auto-configurations/mcp/spring-ai-autoconfigure-mcp-server-stateless-webmvc/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -package org.springframework.ai.mcp.server.stateless.webmvc.autoconfigure.McpServerStatelessWebMvcAutoConfiguration \ No newline at end of file +org.springframework.ai.mcp.server.stateless.webmvc.autoconfigure.McpServerStatelessWebMvcAutoConfiguration \ No newline at end of file