@civic/hub-bridge
Version:
Stdio <-> HTTP/SSE MCP bridge with Civic auth handling
10 lines • 352 B
TypeScript
/**
* tools/index.ts
*
* Exports all locally handled tools for the hub bridge
*/
import type { LocalToolHandler } from "../types.js";
import type { Tool } from "@modelcontextprotocol/sdk/types.js";
export declare const localTools: Tool[];
export declare const localToolHandlers: Record<string, LocalToolHandler>;
//# sourceMappingURL=index.d.ts.map