MCPcopy Create free account
hub / github.com/modelcontextprotocol/mcpb / isInvalidSingleValue

Function isInvalidSingleValue

src/shared/config.ts:187–189  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

185}
186
187function isInvalidSingleValue(value: unknown): boolean {
188 return value === undefined || value === null || value === "";
189}
190
191/**
192 * Check if an extension has missing required configuration

Callers 1

hasRequiredConfigMissingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…