Skip to content

mrjoshuak/godoc-mcp

v1.1.0 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 2mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents ai-tools anthropic claude documentation go
+4 more
llm llm-tools mcp model-context-protocol

Summary

AI summary

Adds 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

Track mrjoshuak/godoc-mcp

Get notified when new releases ship.

Sign up free

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

All releases →

Beta — feedback welcome: [email protected]