We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f215733 commit 1622396Copy full SHA for 1622396
src/server.ts
@@ -94,6 +94,7 @@ export class Server {
94
}
95
96
async close(): Promise<void> {
97
+ await this.telemetry.close();
98
await this.session.close();
99
await this.mcpServer.close();
100
0 commit comments