This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryAdds list_packages tool for discovering Go sub-package import paths and doc synopses.
Full changelog
New: list_packages tool
Adds a new list_packages tool for discovering sub-packages under a Go import path. Solves the problem where LLMs guess incorrect sub-package import paths (e.g., umoci/casext instead of umoci/oci/casext).
Returns each sub-package's import path and doc synopsis. Implemented as a separate tool to preserve the token efficiency of get_doc.
Tested across Opus, Sonnet, and Haiku — all models correctly use the tool to find the right import paths.
Install
go install github.com/mrjoshuak/[email protected]
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About mrjoshuak/godoc-mcp
Token-efficient Go documentation server that provides AI assistants with smart access to package docs and types without reading entire source files
Related context
Beta — feedback welcome: [email protected]