Skip to main content
Glama

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

by sammcj

check_gradle_versions

Verify and update Java package versions in build.gradle files by checking the latest stable releases for specified dependencies.

Instructions

Check latest stable versions for Java packages in build.gradle

Input Schema

NameRequiredDescriptionDefault
dependenciesYesArray of Gradle dependencies

Input Schema (JSON Schema)

{ "properties": { "dependencies": { "description": "Array of Gradle dependencies", "items": { "properties": { "configuration": { "description": "Gradle configuration (e.g., implementation, testImplementation)", "type": "string" }, "group": { "description": "Package group", "type": "string" }, "name": { "description": "Package name", "type": "string" }, "version": { "description": "Current version (optional)", "type": "string" } }, "required": [ "configuration", "group", "name" ], "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