Documentation ¶ Index ¶ type ResolveLibraryIDParams type SearchLibraryDocsParams type Server func New(_ context.Context, logger *slog.Logger, version string, client *api.Client) (*Server, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ResolveLibraryIDParams ¶ type ResolveLibraryIDParams struct { LibraryName string `json:"libraryName"` } type SearchLibraryDocsParams ¶ type SearchLibraryDocsParams struct { ResourceURI string `json:"resourceURI"` Topic string `json:"topic,omitempty"` Tokens int `json:"tokens,omitempty"` Folders []string `json:"folders,omitempty"` } type Server ¶ type Server struct { *server.MCPServer // contains filtered or unexported fields } func New ¶ func New(_ context.Context, logger *slog.Logger, version string, client *api.Client) (*Server, error) Source Files ¶ View all Source files logging.goresource_libraries.goserver.gotemplates.gotool_resolve_library_id.gotool_search_library_docs.goutils.go Click to show internal directories. Click to hide internal directories.