claude-agents-power
Version:
Unleash the power of 100+ specialized Claude agents for your development team via MCP
19 lines • 916 B
TypeScript
import { PostHog } from 'posthog-node';
export declare function initializeAnalytics(): PostHog | null;
export declare function trackEvent(event: string, properties?: Record<string, any>): void;
export declare function shutdown(): void;
export declare const AnalyticsEvents: {
readonly SERVER_STARTED: "mcp_server_started";
readonly SERVER_ERROR: "mcp_server_error";
readonly TOOL_CALLED: "mcp_tool_called";
readonly TOOL_ERROR: "mcp_tool_error";
readonly AGENT_SEARCHED: "agent_searched";
readonly AGENT_LISTED: "agent_listed";
readonly AGENT_INSTALLED: "agent_installed";
readonly AGENT_NOT_FOUND: "agent_not_found";
readonly AGENT_ISSUE_CREATED: "agent_issue_created";
readonly PROJECT_ANALYZED: "project_analyzed";
readonly PROJECT_RECOMMENDATION: "project_recommendation";
readonly RESOURCE_ACCESSED: "resource_accessed";
};
//# sourceMappingURL=analytics.d.ts.map