@civic/mcp-bridge-commander
Version:
Stdio <-> HTTP/SSE MCP bridge with Civic auth handling
16 lines • 403 B
TypeScript
/**
* tools/index.ts
*
* Exports all locally handled tools for the bridge commander
*/
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