MCPcopy Create free account
hub / github.com/ShipSecAI/studio / param

Function param

packages/component-sdk/src/schema-builders.ts:39–41  ·  view source on GitHub ↗
(schema: T, meta: ParamMeta)

Source from the content-addressed store, hash-verified

37 * ```
38 */
39export function param<T extends z.ZodTypeAny>(schema: T, meta: ParamMeta): T {
40 return withParamMeta(schema, meta);
41}
42
43/**
44 * Create a branded inputs schema from a record of port schemas.

Callers 15

registry.test.tsFile · 0.90
param-meta.test.tsFile · 0.90
slack.tsFile · 0.90
abuseipdb.tsFile · 0.90
nuclei.tsFile · 0.90
subfinder.tsFile · 0.90
prowler-scan.tsFile · 0.90
notify.tsFile · 0.90
dnsx.tsFile · 0.90

Calls 1

withParamMetaFunction · 0.90

Tested by

no test coverage detected