mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
9 lines
373 B
TypeScript
9 lines
373 B
TypeScript
import { Request } from 'express';
|
|
export declare function detectBaseUrl(req: Request | null, host: string, port: number): string;
|
|
export declare function getStartupBaseUrl(host: string, port: number): string;
|
|
export declare function formatEndpointUrls(baseUrl: string): {
|
|
health: string;
|
|
mcp: string;
|
|
root: string;
|
|
};
|
|
//# sourceMappingURL=url-detector.d.ts.map
|