- 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
Seeexamples/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