UNPKG

@railway/mcp-server

Version:
20 lines 684 B
//#region src/cli/version.d.ts declare const getRailwayVersion: () => Promise<string | null>; declare const clearVersionCache: () => void; declare const refreshRailwayVersion: () => Promise<string | null>; declare const compareVersions: (version1: string, version2: string) => number; type CliFeatureSupport = { logs: { args: { lines: boolean; filter: boolean; }; }; deployment: { list: boolean; }; }; declare const getCliFeatureSupport: () => Promise<CliFeatureSupport>; //#endregion export { CliFeatureSupport, clearVersionCache, compareVersions, getCliFeatureSupport, getRailwayVersion, refreshRailwayVersion }; //# sourceMappingURL=version.d.ts.map