Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Search ¶
type Search struct {
// contains filtered or unexported fields
}
func NewSearch ¶
NewSearch creates a new instance of the Search tool using the provided config. The config includes auth credentials oauth2 token URL and base URL for search queries.
func (*Search) Handler ¶
func (t *Search) Handler() mcp.ToolHandlerFor[Input, *Output]
Handler processes tool invocation requests and performs RAG-based search over the Firebolt documentation and knowledge base via the docs search HTTP API.
Click to show internal directories.
Click to hide internal directories.