tap.server object, with one call per procedure in the
TapProcedureMap augmentation.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The tap.server object, with one call per procedure in the TapProcedureMap augmentation.
type TapProcedures = { [N in TapProcedureName]: (input: TapProcedureInput<N>) => Promise<TapProcedureOutput<N>> };
tap.server object, with one call per procedure in the
TapProcedureMap augmentation.Was this page helpful?