Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides client-side tool functionality
func (*Client) Call ¶
func (c *Client) Call(ctx context.Context, name string, arguments map[string]interface{}) (*types.CallToolResult, error)
Call invokes a specific tool
func (*Client) OnToolListChanged ¶
func (c *Client) OnToolListChanged(callback func())
OnToolListChanged registers a callback for tool list change notifications
Click to show internal directories.
Click to hide internal directories.