UNPKG
@codewithdan/marvel-mcp
Version:
latest (1.8.5)
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
Marvel APIs MCP Server demo
github.com/danwahlin/marvel-mcp
danwahlin/marvel-mcp
@codewithdan/marvel-mcp
/
dist
/
tools
/
get_character_by_id
/
schemas.js
6 lines
(5 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
// src/tools/get_character_by_id/schemas.ts
import
{ z }
from
'zod'
;
export
const
GetCharacterByIdSchema
= z.
object
({
characterId
: z.
number
(), });