Skip to main content
Glama
npm-version-checker.d.ts586 B
export interface VersionCheckResult { currentVersion: string; latestVersion: string | null; isOutdated: boolean; updateAvailable: boolean; error: string | null; checkedAt: Date; updateCommand?: string; } export declare function checkNpmVersion(forceRefresh?: boolean): Promise<VersionCheckResult>; export declare function compareVersions(v1: string, v2: string): number; export declare function clearVersionCheckCache(): void; export declare function formatVersionMessage(result: VersionCheckResult): string; //# sourceMappingURL=npm-version-checker.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/czlonkowski/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server