Files
kontrans.pagedev.pl/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.d.ts
2026-03-03 23:49:13 +01:00

12 lines
336 B
TypeScript

/**
* Example: Progress notifications over stdio.
*
* Demonstrates a tool that reports progress to the client while processing.
*
* Run:
* npx tsx src/examples/server/progressExample.ts
*
* Then connect a client with an `onprogress` callback (see docs/protocol.md).
*/
export {};
//# sourceMappingURL=progressExample.d.ts.map