get_go_mod
ActiveTool of Pkg Go Dev
declared in 0.1.0
Raw go.mod contents for a specific version. Useful for dependency analysis.
Parameters schema
{
"type": "object",
"examples": [
{
"version": "v1.9.1",
"module_path": "github.com/gin-gonic/gin"
}
],
"required": [
"module_path",
"version"
],
"properties": {
"version": {
"type": "string",
"description": "Version"
},
"module_path": {
"type": "string",
"description": "Module import path"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Pkg Go Dev
https://github.com/pipeworx-io/mcp-pkg-go-dev
1/7 registries