MCPcopy Index your code
hub / github.com/MatterAIOrg/OrbCode / MigrationSource

Interface MigrationSource

src/commands/migrate.ts:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 | "claude-desktop";
41
42export interface MigrationSource {
43 id: MigrationSourceId;
44 /** Human-readable label for the picker. */
45 label: string;
46 /** Absolute path to the config file we read. */
47 configPath: string;
48 /** Servers found at that path, in the order they appear in the file. */
49 servers: Record<string, McpServerConfig>;
50}
51
52export interface MigrationEntry {
53 /** Stable key for checkbox state and the result summary. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected