An MCP (Model Context Protocol) server that provides tools for checking Maven dependency versions. This server enables LLMs to verify Maven dependencies and retrieve their latest versions from Maven Central Repository.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Retrieves the latest version of a Maven dependency. Input: dependency (string) - Maven coordinate in format "groupId:artifactId[:version][:packaging][:classifier]".
Checks if a specific version of a Maven dependency exists. Input: dependency (string) - Maven coordinate, version (string) - Version to check if not included in dependency string.