We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hoklims/stacksfinder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
device-id.d.ts•450 B
/**
* Get the current device ID.
*/
export declare function getDeviceId(): string;
/**
* Check if demo was used today.
*/
export declare function wasDemoUsedToday(): boolean;
/**
* Record demo usage.
*/
export declare function recordDemoUsage(): void;
/**
* Get demo usage stats.
*/
export declare function getDemoUsageStats(): {
usedToday: boolean;
totalUsage: number;
deviceId: string;
};
//# sourceMappingURL=device-id.d.ts.map