Maven Dependencies
Summary
This Maven Dependencies MCP server, developed by Bill Hedworth, provides tools for verifying and retrieving Maven dependency versions from the Maven Central Repository. It offers functions to check the latest version of a dependency and verify if specific versions exist. The server uses the Maven Central REST API to fetch real-time dependency information, ensuring up-to-date results. By connecting AI capabilities with Maven dependency management, this implementation enables assistants to validate and update project dependencies, ensuring compatibility and security. It is particularly useful for applications requiring automated dependency checks, version upgrades, or any scenario where an AI system needs to reason about and manage Maven dependencies in software projects.
Available Actions(2)
get_maven_latest_version
Retrieves the latest version of a Maven dependency. Parameters: dependency (string) - Maven coordinate in format "groupId:artifactId[:version][:packaging][:classifier]".
check_maven_version_exists
Checks if a specific version of a Maven dependency exists. Parameters: dependency (string) - Maven coordinate, version (optional string) - Version to check if not included in dependency string.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요