You're viewing a demo portfolio

Join the waitlist
PRSM

get_module_info

Active

Tool of Pkg Go Dev

declared in 0.1.0

Metadata for a specific version (resolved version, commit time, origin).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "version": "v1.9.1",
      "module_path": "github.com/gin-gonic/gin"
    },
    {
      "version": "v0.17.0",
      "module_path": "golang.org/x/net"
    }
  ],
  "required": [
    "module_path",
    "version"
  ],
  "properties": {
    "version": {
      "type": "string",
      "description": "Semver-ish version (e.g. \"v1.9.1\")"
    },
    "module_path": {
      "type": "string",
      "description": "Module import path"
    }
  }
}

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 →
get_module_info — Pkg Go Dev — PRSM MCP