MCPcopy
hub / github.com/nowork-studio/NotFair / VersionStatus

Interface VersionStatus

notfair-cmo/src/server/version.ts:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76export interface VersionStatus {
77 current: string;
78 latest: string | null;
79 has_update: boolean;
80}
81
82export async function getVersionStatus(): Promise<VersionStatus> {
83 const current = getCurrentVersion();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected