MCPcopy Index your code
hub / github.com/bytebase/dbhub / RequestMetadata

Interface RequestMetadata

src/utils/tool-handler-helpers.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 * Request metadata for tracking
16 */
17export interface RequestMetadata {
18 sourceId: string;
19 toolName: string;
20 sql: string;
21}
22
23/**
24 * Normalize source ID to handle optional parameter

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected