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

Interface HasRequiredConfigMissingOptions

src/shared/config.ts:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182interface HasRequiredConfigMissingOptions {
183 manifest: McpbManifestAny;
184 userConfig?: z.infer<typeof McpbUserConfigValuesSchema>;
185}
186
187function isInvalidSingleValue(value: unknown): boolean {
188 return value === undefined || value === null || value === "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…