UNPKG

@codewithdan/marvel-mcp

Version:
6 lines (5 loc) 151 B
// src/tools/get_character_by_id/schemas.ts import { z } from 'zod'; export const GetCharacterByIdSchema = z.object({ characterId: z.number(), });