mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
9 lines
322 B
JavaScript
9 lines
322 B
JavaScript
#!/usr/bin/env node
|
|
export declare function loadAuthToken(): string | null;
|
|
export declare function startFixedHTTPServer(): Promise<void>;
|
|
declare module './mcp/server' {
|
|
interface N8NDocumentationMCPServer {
|
|
executeTool(name: string, args: any): Promise<any>;
|
|
}
|
|
}
|
|
//# sourceMappingURL=http-server.d.ts.map
|