TypeScript SDK
Packages
The four TypeScript packages: SDK, telemetry vocabulary, OTLP exporter, and the package behind Ratel Local.
Ratel's TypeScript surface is four npm packages:
| Package | What it is |
|---|---|
@ratel-ai/sdk | The TypeScript SDK — catalogs, capability tools, MCP ingestion |
@ratel-ai/telemetry | OTel-free ratel.* semantic-convention vocabulary |
@ratel-ai/telemetry-otlp | One-call OTLP exporter wiring (init(), ratelSpanProcessor) |
@ratel-ai/mcp-server | The package that powers Ratel Local — MCP serving, CLI configuration, and library embedding |
Each Core package page carries the raw API reference generated from source doc comments, plus the package's changelog. The @ratel-ai/mcp-server page points to its separately maintained source and product documentation.
For the cross-language map — the Rust core and the Python packages — see Packages.