MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / isValidAgentVisibility

Function isValidAgentVisibility

server/src/types.ts:366–368  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

364] as const;
365
366export function isValidAgentVisibility(value: unknown): value is AgentVisibility {
367 return typeof value === 'string' && (VALID_AGENT_VISIBILITIES as readonly string[]).includes(value);
368}
369
370/**
371 * Agent configuration stored in member profiles

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected