Skip to main content
Glama

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

by sammcj

check_go_versions

Verify and identify the latest stable versions of Go packages listed in your go.mod file to maintain up-to-date dependencies efficiently.

Instructions

Check latest stable versions for Go packages in go.mod

Input Schema

NameRequiredDescriptionDefault
dependenciesYesDependencies from go.mod

Input Schema (JSON Schema)

{ "properties": { "dependencies": { "description": "Dependencies from go.mod", "properties": { "module": { "description": "Module name", "type": "string" }, "replace": { "description": "Replacement dependencies", "items": { "properties": { "new": { "description": "Replacement package path", "type": "string" }, "old": { "description": "Original package path", "type": "string" }, "version": { "description": "Current version", "type": "string" } }, "required": [ "old", "new" ], "type": "object" }, "type": "array" }, "require": { "description": "Required dependencies", "items": { "properties": { "path": { "description": "Package import path", "type": "string" }, "version": { "description": "Current version", "type": "string" } }, "required": [ "path" ], "type": "object" }, "type": "array" } }, "required": [ "module" ], "type": "object" } }, "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