MCPcopy
hub / github.com/RedPlanetHQ/core / AnalyticsConfig

Interface AnalyticsConfig

integrations/github-analytics/src/analytics.ts:8–12  ·  view source on GitHub ↗

* GitHub Analytics Actions * Provides tools to calculate DORA metrics and code quality metrics

Source from the content-addressed store, hash-verified

6 */
7
8interface AnalyticsConfig {
9 access_token: string;
10 owner?: string;
11 repo?: string;
12}
13
14interface DateRangeParams {
15 days?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected