v3.0.0
3.0.0 (2026-04-02)
Features
- rewrite with Zod-first createScript API and Scalar docs (bc086c5)
BREAKING CHANGES
- The entire public API has changed.
ScriptManageris
removed; passScript[]directly torunServer(),buildOpenApiSpec(),
andrenderDocsHtml(). Scripts are now defined viacreateScript()
with Zod schemas instead of manual OpenAPI schema objects. The
renderDocs()function (YAML file output) is replaced by
renderDocsHtml()(Scalar HTML). ExportsScriptDefinition,
ScriptHandler, andScriptHandlerResultare removed; useScript
and the newErrorObject,SingleFailureResponse, and
MultiFailureResponsetypes instead.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com