MCPcopy Create free account
hub / github.com/modelcontextprotocol/ext-apps / StandardSchemaWithJSON

Interface StandardSchemaWithJSON

src/standard-schema.ts:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 * @see https://github.com/modelcontextprotocol/typescript-sdk/pull/1689
25 */
26export interface StandardSchemaWithJSON<Input = unknown, Output = Input> {
27 readonly "~standard": StandardSchemaV1.Props<Input, Output> &
28 StandardJSONSchemaV1.Props<Input, Output>;
29}
30
31export namespace StandardSchemaWithJSON {
32 export type InferInput<S extends StandardTypedV1> =

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…