You're viewing a demo portfolio

Join the waitlist
PRSM

list_versions

Active

Tool 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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Pkg Go Dev

https://github.com/pipeworx-io/mcp-pkg-go-dev

1/7 registries
View full server →