Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tool ¶
type Tool struct {
// contains filtered or unexported fields
}
func (*Tool) ExecuteQuery ¶
func (t *Tool) ExecuteQuery() ( *mcp.Tool, mcp.ToolHandlerFor[ToolInput, ToolOutput], )
type ToolInput ¶
type ToolInput struct {
Query string `json:"query" jsonschema:"SQL SELECT query to execute on the database (maximum 50 rows)"`
}
type ToolOutput ¶
Click to show internal directories.
Click to hide internal directories.