temp
This commit is contained in:
12
node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts
generated
vendored
Normal file
12
node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts
generated
vendored
Normal file
@@ -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