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

Interface QueryResult

frontend/src/api/tools.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ApiError } from './errors';
2
3export interface QueryResult {
4 columns: string[];
5 rows: any[][];
6 rowCount: number;
7}
8
9interface McpResponse {
10 jsonrpc: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected