Monorepo for the official @opencall TypeScript packages. Canonical docs at https://opencall-api.com/spec.
| Package | Description |
|---|---|
@opencall/types |
Canonical Zod schemas and types — the source of truth for the OpenCALL envelope, registry, and error contract. |
@opencall/server |
Server-side tooling: registry builder, JSDoc parser, dispatcher helpers, validators, codegen. |
@opencall/client |
Thin OpenCALL client + opencall-codegen CLI. |
This repo is a Bun workspace.
bun install
bun test
bun --filter '*' run buildApache-2.0