Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ScreentimeSqlToolDesc string
Functions ¶
func QueryToolHandler ¶
func QueryToolHandler(ctx context.Context, request mcp.CallToolRequest) (*mcp.CallToolResult, error)
QueryToolHandler handles the query tool request, taking the SQL query from the request parameters and marshalling the results to CSV.
Types ¶
type Config ¶
type Config struct { Name string // Service Name Version string // Service Version OneShot bool // Only execute one toolcall, then exit with error UseSSE bool // Use SSE Transport instead of STDIO SSEHostPort string // HostPort to use for SSE }
Config is configuration for our MCP server
Click to show internal directories.
Click to hide internal directories.