Commit Inicial
This commit is contained in:
Generated
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 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
|
||||
Reference in New Issue
Block a user