Spring AI MCP 0.3.0 (Milestone) Released
We're pleased to announce Spring AI MCP 0.2.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
MCP Server Enhancements
- Introduced new McpServer factory with builder pattern for flexible configuration
- Added McpAsyncServer with non-blocking operations and reactive support
- Implemented McpSyncServer as synchronous wrapper around async implementation
- Added runtime tool management capabilities
- Introduced server capabilities and implementation information support …