Skip to content

Commit d0a1a18

Browse files
authored
fix: add hosting_mode to mcp telemetry (#1134)
1 parent 44a7e24 commit d0a1a18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mcp/mcpController.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ export class MCPController {
149149
this.connectionController,
150150
),
151151
additionalLoggers: [new VSCodeMCPLogger(Keychain.root)],
152+
telemetryProperties: {
153+
hosting_mode: 'vscode-extension',
154+
},
152155
});
153156
await runner.start();
154157

0 commit comments

Comments
 (0)