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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieves the latest version of a Maven dependency. Parameters: dependency (string) - Maven coordinate in format 'groupId:artifactId[:version][:packaging][:classifier]' (e.g. 'org.springframework:spring-core').
Checks if a specific version of a Maven dependency exists. Parameters: dependency (string) - Maven coordinate in format 'groupId:artifactId[:version][:packaging][:classifier]'; version (string, optional) - Version to check if not included in dependency string.