Versions in this module Expand all Collapse all v0 v0.6.0 Jan 26, 2026 v0.5.0 Jan 15, 2026 Changes in this version + type Docs struct + func NewDocs(docsFetcher DocsResourcesFetcher, disableResources bool) *Docs + func (t *Docs) Handler() mcp.ToolHandlerFor[Input, *Output] + func (t *Docs) Register(s *mcp.Server) + func (t *Docs) Tool() *mcp.Tool + type DocsResourcesFetcher interface + FetchDocsResources func(_ context.Context, article string) (*mcp.ReadResourceResult, error) + type Input struct + type Output struct + Articles []mcp.Content