MCPcopy
hub / github.com/MetaCubeX/metacubexd / RequestEnvelope

Interface RequestEnvelope

apps/desktop/src/main/helper/protocol.ts:15–20  ·  view source on GitHub ↗

Fields every request shares: auth secret + protocol version.

Source from the content-addressed store, hash-verified

13
14/** Fields every request shares: auth secret + protocol version. */
15interface RequestEnvelope {
16 /** Per-install shared secret; the helper rejects mismatches. */
17 secret: string
18 /** Protocol version for the compatibility handshake. */
19 version: string
20}
21
22/** Liveness probe. */
23export interface PingRequest extends RequestEnvelope {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected