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.