MCPcopy
hub / github.com/steipete/oracle / NotifyConfig

Interface NotifyConfig

src/config.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6export type EnginePreference = 'api' | 'browser';
7
8export interface NotifyConfig {
9 enabled?: boolean;
10 sound?: boolean;
11 muteIn?: Array<'CI' | 'SSH'>;
12}
13
14export interface BrowserConfigDefaults {
15 chromeProfile?: string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected