MCPcopy Create free account
hub / github.com/bytebase/dbhub / ExecuteSqlToolConfig

Interface ExecuteSqlToolConfig

src/types/config.ts:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 * Built-in tool configuration for execute_sql
75 */
76export interface ExecuteSqlToolConfig {
77 name: "execute_sql"; // Must match BUILTIN_TOOL_EXECUTE_SQL from builtin-tools.ts
78 source: string;
79 readonly?: boolean;
80 max_rows?: number;
81}
82
83/**
84 * Built-in tool configuration for search_objects

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected