Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntityProtector ¶
type EntityProtector struct {
// contains filtered or unexported fields
}
func NewEntityProtector ¶
func NewEntityProtector() *EntityProtector
type MCPToolRegistry ¶
type MCPToolRegistry struct {
// contains filtered or unexported fields
}
func NewMCPToolRegistry ¶
func NewMCPToolRegistry() *MCPToolRegistry
func (*MCPToolRegistry) Count ¶
func (r *MCPToolRegistry) Count() int
func (*MCPToolRegistry) Get ¶
func (r *MCPToolRegistry) Get(name string) *MCPTool
func (*MCPToolRegistry) List ¶
func (r *MCPToolRegistry) List() []*MCPTool
func (*MCPToolRegistry) Register ¶
func (r *MCPToolRegistry) Register(tool *MCPTool)
func (*MCPToolRegistry) Search ¶
func (r *MCPToolRegistry) Search(query string) []*MCPTool
Click to show internal directories.
Click to hide internal directories.