MCPServers
Maven Dependencies - MCP server logo

Maven Dependencies

6
0

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.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签