list_versions
ActiveTool of Pkg Go Dev
declared in 0.1.0
List all published versions of a Go module by its import path (e.g. "github.com/gin-gonic/gin") from proxy.golang.org. Returns a sorted array of semver version strings.
Parameters schema
{
"type": "object",
"examples": [
{
"module_path": "github.com/gin-gonic/gin"
},
{
"module_path": "golang.org/x/net"
}
],
"required": [
"module_path"
],
"properties": {
"module_path": {
"type": "string",
"description": "Module import path (e.g. \"github.com/gin-gonic/gin\", \"golang.org/x/net\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Pkg Go Dev
https://github.com/pipeworx-io/mcp-pkg-go-dev
1/7 registries