Skip to main content
This is the minimal “framework shape” example in the repo. It demonstrates:
  • a tiny server
  • built-in logging and analytics
  • rate limiting
  • one tool with no schema
  • one tool with plain JSON Schema input

What to look at

See examples/basic.ts.

When to start here

Use this example when you want to:
  • validate the smallest possible server setup
  • avoid introducing Zod immediately
  • understand the chainable API before adding plugins or advanced hooks