MCPcopy
hub / github.com/SurgeDM/Surge / ServerProfile

Interface ServerProfile

extension/lib/storage.ts:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56// ---------------------------------------------------------------------------
57
58export interface ServerProfile {
59 id: string;
60 name: string;
61 url: string;
62 token: string;
63}
64
65export interface ServerProfilesState {
66 profiles: ServerProfile[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected