Spring AI MCP 0.2.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>
Breaking Changes
- Module restructuring (see the
Module Names Updated
section below) - Renamed
StdioServerTransport
toStdioClientTransport
Key Features
API Updates
- Simplified
McpClient
listing operations (no cursor parameter needed) - Added
McpClient.Builder
support. …