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

Interface ISyncManager

src/core/interfaces/ISyncManager.ts:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 * Interface for managing synchronization of specifications
46 */
47export interface ISyncManager {
48 /**
49 * Synchronize specifications from sources to target directory
50 * @param config Configuration for the sync operation
51 * @returns Array of results for each synced specification
52 */
53 sync(config: SyncConfig): Promise<SyncResult[]>;
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected