Versions in this module Expand all Collapse all v0 v0.1.0 May 25, 2026 Changes in this version + func RegisterAll(server *mcp.Server, deps *Deps) + type ConfirmExecuteInput struct + DryRunID string + type DatabaseInfo struct + Access string + Host string + Name string + type Deps struct + Access *access.Checker + Config *config.Config + DryRuns *dryrun.Store + Pools *pgpool.PoolManager + type DescribeTableInput struct + Database string + Host string + Schema string + Table string + type DryRunInput struct + Database string + Host string + SQL string + type DryRunResult struct + Database string + DryRunID string + EstimatedRows int64 + ExpiresInSeconds int + ExplainPlan string + Host string + Kind string + Message string + Query string + Tables []string + type ExecuteResult struct + Database string + Host string + Kind string + Query string + RowsAffected int64 + Success bool + type ExplainQueryInput struct + Database string + Host string + SQL string + type HostInfo struct + Connected bool + Error string + Host string + Name string + Port int + type ListDatabasesInput struct + Host string + type ListHostsInput struct + type ListTablesInput struct + Database string + Host string + Schema string + type QueryInput struct + Database string + Host string + Limit int + SQL string + type TableDescription struct + Columns []map[string]any + Constraints []map[string]any + ForeignKeys []map[string]any + Indexes []map[string]any + Schema string + Table string + type TableInfo struct + Access string + Name string + Schema string + Type string