Deps Check banner
arvindand arvindand

Deps Check

Development community

Description

--- description: Check latest versions for Maven/Gradle dependencies argument-hint: [groupId:artifactId, ...] --- Use the maven-tools-mcp MCP server to check latest versions for dependencies. **Dependencies to check:** $ARGUMENTS If no dependencies are specified, scan the current project for: - `pom.xml` (Maven projects) - `build.gradle` or `build.gradle.kts` (Gradle projects) Extract all dependency coordinates (groupId:artifactId format) and use the `check_multiple_dependencies` tool with `

Installation

Installs to ~/.claude/commands/arvindand-maven-tools-mcp-deps-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/arvindand/maven-tools-mcp/HEAD/.claude/commands/deps-check.md -o ~/.claude/commands/arvindand-maven-tools-mcp-deps-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository