MCPcopy Create free account
hub / github.com/ReAPI-com/mcp-openapi / SyncConfig

Interface SyncConfig

src/core/interfaces/ISyncManager.ts:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 * Configuration for synchronization
20 */
21export interface SyncConfig {
22 /** List of specification sources to sync from */
23 sources: SpecSource[];
24 /** Directory where specifications will be stored */
25 targetDirectory: string;
26 /** Optional interval for automatic synchronization (in milliseconds) */
27 syncInterval?: number;
28}
29
30/**
31 * Result of a synchronization operation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected