Provides Go package information via the Multi-Command Protocol (MCP).
Godoc is a server that uses the Multi-Command Protocol (MCP) to expose detailed information about Go projects. It allows external tools to retrieve and utilize Go code documentation and structure. By specifying a root directory, it analyzes packages, types, functions, constants, and variables, providing a flexible way to access Go code metadata.