MCPcopy Create free account
hub / github.com/bytebase/dbhub / execute-sql.test.ts

File execute-sql.test.ts

src/tools/__tests__/execute-sql.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest';
2import { createExecuteSqlToolHandler } from '../execute-sql.js';
3import { ConnectorManager } from '../../connectors/manager.js';
4import { getToolRegistry } from '../registry.js';

Callers

nothing calls this directly

Calls 4

createMockConnectorFunction · 0.70
parseToolResponseFunction · 0.70
parseMethod · 0.65

Tested by

no test coverage detected