Skip to content

This release fixes issues for SREs watching stability and regressions.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-tools dependency-management developer-tools docker graalvm gradle
+9 more
java maven maven-central maven-tools mcp mcp-server native-image spring-ai spring-boot

Summary

AI summary

Restores missing Context7 internal tools (resolve_library_id, query_docs) after Spring AI 2.0 upgrade.

Changes in this release

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/list returned only the 9 native tools. Spring AI 2.0 registers its MCP-client ToolCallbackProvider only via @ConditionalOnMissingBean(ToolCallbackProvider.class), so the app's own native-tool provider suppressed it (Spring AI 1.x had wired both automatically). McpToolsConfig now aggregates the native @Tool callbacks and the connected client's callbacks into a single ToolCallbackProvider, restoring the proxying. The -noc7 variant is unaffected (degrades to native-only). The Context7 tools require CONTEXT7_API_KEY to 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

Track arvindand/maven-tools-mcp

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

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]