Skip to content

Commit a551686

Browse files
committed
fix: change event name
1 parent a5fd735 commit a551686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const DEV_WRITE_KEY = '9rPHlMtxX8FJhilGEwkfUoZ0uzWxnzcT';
77
const PROD_WRITE_KEY = 'cOkp5EIJaN69gYaN8bcp7KtaD0fGABwJ';
88

99
const SEGMENT_EVENTS = {
10-
TOOL_CALL: 'MCP tool call',
10+
TOOL_CALL: 'MCP Tool Call',
1111
};
1212

1313
/**

0 commit comments

Comments
 (0)