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 a5fd735 commit a551686Copy full SHA for a551686
src/telemetry.ts
@@ -7,7 +7,7 @@ const DEV_WRITE_KEY = '9rPHlMtxX8FJhilGEwkfUoZ0uzWxnzcT';
7
const PROD_WRITE_KEY = 'cOkp5EIJaN69gYaN8bcp7KtaD0fGABwJ';
8
9
const SEGMENT_EVENTS = {
10
- TOOL_CALL: 'MCP tool call',
+ TOOL_CALL: 'MCP Tool Call',
11
};
12
13
/**
0 commit comments