get_module_info
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Pkg Go Dev
https://github.com/pipeworx-io/mcp-pkg-go-dev
1/7 registries