Skip to main content
Glama

https://github.com/sammcj/mcp-package-version

by sammcj

check_maven_versions

Validate and retrieve the latest stable versions of Maven dependencies in pom.xml files to ensure up-to-date Java package configurations.

Instructions

Check latest stable versions for Java packages in pom.xml

Input Schema

NameRequiredDescriptionDefault
dependenciesYesArray of Maven dependencies

Input Schema (JSON Schema)

{ "properties": { "dependencies": { "description": "Array of Maven dependencies", "items": { "properties": { "artifactId": { "description": "Maven artifact ID", "type": "string" }, "groupId": { "description": "Maven group ID", "type": "string" }, "scope": { "description": "Dependency scope (e.g., compile, test, provided)", "type": "string" }, "version": { "description": "Current version (optional)", "type": "string" } }, "required": [ "groupId", "artifactId" ], "type": "object" }, "type": "array" } }, "required": [ "dependencies" ], "type": "object" }

You must be authenticated.

Other Tools from https://github.com/sammcj/mcp-package-version

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sammcj/mcp-package-version'

If you have feedback or need assistance with the MCP directory API, please join our Discord server