Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchPackagesTool ¶
type SearchPackagesTool struct {
// contains filtered or unexported fields
}
SearchPackagesTool handles unified package searching across multiple ecosystems
func (*SearchPackagesTool) Definition ¶
func (t *SearchPackagesTool) Definition() mcp.Tool
Definition returns the tool's definition for MCP registration
func (*SearchPackagesTool) Execute ¶
func (t *SearchPackagesTool) Execute(ctx context.Context, logger *logrus.Logger, cache *sync.Map, args map[string]any) (*mcp.CallToolResult, error)
Execute executes the unified package search tool
func (*SearchPackagesTool) ProvideExtendedInfo ¶ added in v0.22.0
func (t *SearchPackagesTool) ProvideExtendedInfo() *tools.ExtendedHelp
ProvideExtendedInfo provides detailed usage information for the search_packages tool
Click to show internal directories.
Click to hide internal directories.