progressExample.d.ts 336 B

123456789101112
  1. /**
  2. * Example: Progress notifications over stdio.
  3. *
  4. * Demonstrates a tool that reports progress to the client while processing.
  5. *
  6. * Run:
  7. * npx tsx src/examples/server/progressExample.ts
  8. *
  9. * Then connect a client with an `onprogress` callback (see docs/protocol.md).
  10. */
  11. export {};
  12. //# sourceMappingURL=progressExample.d.ts.map