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.