godoc-mcp-server
godoc-mcp-server is designed to search and extract package documentation from pkg.go.dev, providing this information to LLMs as a Model Context Protocol (MCP) server. It facilitates efficient information retrieval by utilizing a local cache and supports automated multi-platform releases.
How can I install godoc-mcp-server?
You can download the compiled binary from the releases page or install it from source using Go.
What is the purpose of local caching?
Local caching is used to avoid searching for the same package information repeatedly, improving efficiency.
How does godoc-mcp-server handle package information retrieval?
The server uses detailed parameter descriptions to facilitate the transition from search results to package information retrieval.
Is the Go API of godoc-mcp-server stable?
The exported Go API is currently unstable and subject to changes. Stability may be offered in the future based on user feedback.
What license is godoc-mcp-server distributed under?
The project is licensed under the MIT open source license.