Spring AI MCP 0.4.0 (Milestone) Released
We're pleased to announce Spring AI MCP 0.4.0
milestone release.
Repository Configuration
Add this Spring milestone repository to your POM:
<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Major Features
Reference documentation: https://docs.spring.io/spring-ai-mcp/reference/overview.html
Enhanced Roots Management
- Implemented proper ListRootsResult wrapping in async client
- Added listRoots methods in server components
- Implemented roots change notification handling in async server
- Added roots integration tests including async notifications
- Added support for roots change notification with single and multiple consumers
- Improved robustness of root addition/removal scenarios …