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

Function getParamMeta

packages/component-sdk/src/param-meta.ts:44–46  ·  view source on GitHub ↗
(schema: z.ZodTypeAny)

Source from the content-addressed store, hash-verified

42}
43
44export function getParamMeta(schema: z.ZodTypeAny): ParamMeta | undefined {
45 return METADATA_STORE.get(schema);
46}
47
48export function mergeParamMeta(...metas: (ParamMeta | undefined)[]): ParamMeta {
49 const result: ParamMeta = {} as ParamMeta;

Callers 5

getExposedParameterIdsFunction · 0.90
getToolSchemaFunction · 0.90
extractParametersFunction · 0.90
validateParameterSchemaFunction · 0.90
param-meta.test.tsFile · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected