Skip to content

Commit 533106e

Browse files
committed
fix: close telemetry
1 parent 1a31db0 commit 533106e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ export class Server {
9696
async close(): Promise<void> {
9797
await this.session.close();
9898
await this.mcpServer.close();
99+
await this.telemetry.close();
99100
}
100101

101102
/**

0 commit comments

Comments
 (0)