Functionality associated with the alpha toolset is provided via a TypeScript module. Do not call this tool - import and use the typescript functionality instead.
alpha - the alpha toolset

TypeScript source code is available in <ts-dir>/alpha.ts

Available functions:
  echo(message)                                         Echo a message.
  add(a, b)                                             Add two integers.
  summarizePayload(items, metadata?, include_details?)  Summarize a structured payload.

For details on a specific function, inspect the TypeScript declarations or editor hover documentation.
Primary declarations: <ts-dir>/alpha.d.ts
