UNPKG

@civic/nexus-bridge

Version:

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

18 lines 473 B
import type { ToolCallResult } from "../types.js"; /** * Tool definition for bridge/logout tool */ export declare const logoutTool: { name: string; description: string; inputSchema: { type: string; properties: {}; }; }; /** * Handler for the bridge/logout tool * Clears all locally stored tokens and returns a success/error message */ export declare function handleLogout(): Promise<ToolCallResult>; //# sourceMappingURL=logout.d.ts.map