check_clojars_version_exists
Verify if a specific version of a Clojars dependency exists by providing the dependency name and version in the Clojars-MCP-Server.
Instructions
Check if a specific version of a Clojars dependency exists
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dependency | Yes | Clojars dependency name in format "group/artifact" (e.g. "metosin/reitit") | |
version | Yes | Version to check (e.g. "0.7.2") |