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 1a31db0 commit 533106eCopy full SHA for 533106e
src/server.ts
@@ -96,6 +96,7 @@ export class Server {
96
async close(): Promise<void> {
97
await this.session.close();
98
await this.mcpServer.close();
99
+ await this.telemetry.close();
100
}
101
102
/**
0 commit comments