We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AEGISnetInc/TS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
posthog-client.d.ts•493 B
import type { AnalyticsEvent } from './events.js';
export declare class AnalyticsClient {
private posthog;
private instanceId;
private userEmail;
constructor();
/**
* Identify the user by email. All subsequent events will include this email.
*/
identify(email: string): void;
track(event: AnalyticsEvent, properties: Record<string, unknown>): void;
getInstanceId(): string;
shutdown(): Promise<void>;
}
//# sourceMappingURL=posthog-client.d.ts.map