MCPcopy
hub / github.com/opensquilla/opensquilla / GatewayState

Interface GatewayState

desktop/electron/src/main.ts:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { secretStorageBackendForPolicy, shouldUseChromiumMockKeychainForPolicy } from './secret-storage-policy.js'
10
11interface GatewayState {
12 url: string
13 port: number
14 owned: boolean
15 status: 'starting' | 'ready' | 'stopped' | 'error'
16 logPath: string
17 error?: string
18}
19
20type SecretEncryption = 'safeStorage' | 'plain'
21type RouterMode = 'recommended' | 'openrouter-mix' | 'disabled'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected