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 2dfb0a1 commit ab2909eCopy full SHA for ab2909e
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