Skip to content

Commit ab2909e

Browse files
committed
fix: close telemetry
1 parent 2dfb0a1 commit ab2909e

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
@@ -94,6 +94,7 @@ export class Server {
9494
}
9595

9696
async close(): Promise<void> {
97+
await this.telemetry.close();
9798
await this.session.close();
9899
await this.mcpServer.close();
99100
}

0 commit comments

Comments
 (0)