MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / ConnectionContext

Interface ConnectionContext

src/store/connection.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { countTextTokens, generateUUID } from "@/utils";
7
8interface ConnectionContext {
9 connection: Connection;
10 database?: Database;
11}
12
13const samplePGConnection: Connection = {
14 id: "sample-pg",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected