MCPcopy Create free account
hub / github.com/Licoy/fetch-github-hosts / ClientConfig

Interface ClientConfig

composables/useConfig.ts:7–13  ·  view source on GitHub ↗

* Shared config composable — single source of truth for AppConfig. * Both ClientMode and ServerMode read/write through this composable * to avoid overwriting each other's config sections.

Source from the content-addressed store, hash-verified

5 */
6
7interface ClientConfig {
8 interval: number
9 method: string
10 select_origin: string
11 custom_url: string
12 auto_fetch: boolean
13}
14
15interface ServerConfig {
16 interval: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected