This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+9 more
Summary
AI summaryRestores missing Context7 internal tools (resolve_library_id, query_docs) after Spring AI 2.0 upgrade.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Restores Context7 internal tools (`resolve_library_id`, `query_docs`) dropped after Spring AI 2.0 upgrade. Restores Context7 internal tools (`resolve_library_id`, `query_docs`) dropped after Spring AI 2.0 upgrade. Source: llm_adapter@2026-06-14 Confidence: low |
— |
Full changelog
Context7 Tool Proxying Fix — restores the internal Context7 tools (resolve_library_id, query_docs) that the 3.1.0 Spring AI 2.0 upgrade silently dropped.
Fixed (3.1.1)
- Context7 internal tools not exposed under Spring AI 2.0: after the 3.1.0 platform migration the Context7 MCP client still connected, but its tools were no longer re-exported by the maven-tools server —
tools/listreturned only the 9 native tools. Spring AI 2.0 registers its MCP-clientToolCallbackProvideronly via@ConditionalOnMissingBean(ToolCallbackProvider.class), so the app's own native-tool provider suppressed it (Spring AI 1.x had wired both automatically).McpToolsConfignow aggregates the native@Toolcallbacks and the connected client's callbacks into a singleToolCallbackProvider, restoring the proxying. The-noc7variant is unaffected (degrades to native-only). The Context7 tools requireCONTEXT7_API_KEYto function.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About arvindand/maven-tools-mcp
Universal Maven Central dependency intelligence for JVM build tools (Maven, Gradle, SBT, Mill). Features bulk operations, version comparison, stability filtering, dependency age analysis, release patterns, and Context7 integration for upgrade guidance.
Related context
Related tools
Earlier breaking changes
- v3.0.0 Java toolchain upgraded from Java 24 to Java 25 (LTS); builds now require Java 25.
Beta — feedback welcome: [email protected]