Skippy's MCP
About
c-01-calculator-tool

Calculator MCP Tool

Implement an add tool with numeric schema and passing validation.

warmup
~25 min

README

# c-01-calculator-tool

Validator: `npx tsx tests/validate.ts`

Hints

  • Use z.number()
  • Return structured text content

Acceptance

  • tools/list includes add
  • add(2,3) returns 5