Documentation
¶
Index ¶
- func GetCache() *sync.Map
- func GetEnabledToolNames() []string
- func GetEnabledTools() map[string]tools.Tool
- func GetLogger() *logrus.Logger
- func GetTool(name string) (tools.Tool, bool)
- func GetToolNamesWithExtendedHelp() []string
- func GetTools() map[string]tools.Tool
- func Init(l *logrus.Logger)
- func Register(tool tools.Tool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnabledToolNames ¶ added in v0.22.0
func GetEnabledToolNames() []string
GetEnabledToolNames returns a sorted list of enabled tool names
func GetEnabledTools ¶ added in v0.24.0
GetEnabledTools returns all tools that are enabled for MCP server registration
func GetToolNamesWithExtendedHelp ¶ added in v0.22.0
func GetToolNamesWithExtendedHelp() []string
GetToolNamesWithExtendedHelp returns a sorted list of enabled tool names that provide extended help
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.