lookup_go_doc
Retrieve concise documentation for Go packages and specific symbols using the MCP Package Docs Server, aiding in efficient software development across multiple languages.
Instructions
[DEPRECATED] Use describe_go_package instead. Get a brief description of a Go package
Input Schema
Name | Required | Description | Default |
---|---|---|---|
package | Yes | Full package import path (e.g. encoding/json) | |
projectPath | No | Optional path to project directory for local .npmrc files | |
symbol | No | Optional symbol name to look up specific documentation |