Clojars-MCP-Server

by Bigsy
Verified

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

NameRequiredDescriptionDefault
dependencyYesClojars dependency name in format "group/artifact" (e.g. "metosin/reitit")
versionYesVersion to check (e.g. "0.7.2")

Input Schema (JSON Schema)

{ "properties": { "dependency": { "description": "Clojars dependency name in format \"group/artifact\" (e.g. \"metosin/reitit\")", "type": "string" }, "version": { "description": "Version to check (e.g. \"0.7.2\")", "type": "string" } }, "required": [ "dependency", "version" ], "type": "object" }

You must be authenticated.

Other Tools from Clojars-MCP-Server

Related Tools

ID: i37857er6w