UNPKG

@civic/nexus-bridge

Version:

Stdio <-> HTTP/SSE MCP bridge with Civic auth handling

16 lines 399 B
/** * tools/index.ts * * Exports all locally handled tools for the nexus bridge */ import type { LocalToolHandler } from "../types.js"; export declare const localTools: { name: string; description: string; inputSchema: { type: string; properties: {}; }; }[]; export declare const toolHandlers: Record<string, LocalToolHandler>; //# sourceMappingURL=index.d.ts.map