/** * Constants for Teamflect MCP Server */ export declare const API_BASE_URL = "https://api.teamflect.com/api/v1"; export declare const CHARACTER_LIMIT = 50000; export declare const DEFAULT_PAGE_SIZE = 200; export declare const MAX_PAGE_SIZE = 500; export declare const REQUEST_TIMEOUT = 30000; //# sourceMappingURL=constants.d.ts.map