Documentation
¶
Overview ¶
Package tools provides MCP tools for SQLite database operations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryTools ¶
type QueryTools struct {
// contains filtered or unexported fields
}
QueryTools provides MCP tools for SQLite database operations
func (*QueryTools) GetTools ¶
func (qt *QueryTools) GetTools() []mcp.Tool
GetTools returns all available MCP tools
func (*QueryTools) HandleTool ¶
func (qt *QueryTools) HandleTool(ctx context.Context, request mcp.CallToolRequest) (*mcp.CallToolResult, error)
HandleTool handles MCP tool calls
Click to show internal directories.
Click to hide internal directories.