File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ Please verify the tool name and ensure the tool is properly registered.`;
825825 mcp_client_name : params ?. clientInfo ?. name || '' ,
826826 mcp_client_version : params ?. clientInfo ?. version || '' ,
827827 mcp_protocol_version : params ?. protocolVersion || '' ,
828- mcp_capabilities : capabilities ? JSON . stringify ( capabilities ) : '' ,
828+ mcp_client_capabilities : capabilities ? JSON . stringify ( capabilities ) : '' ,
829829 mcp_session_id : mcpSessionId || '' ,
830830 transport_type : this . options . transportType || '' ,
831831 tool_name : toolFullName ,
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ export interface ToolCallTelemetryProperties {
303303 mcp_client_name : string ;
304304 mcp_client_version : string ;
305305 mcp_protocol_version : string ;
306- mcp_capabilities : string ;
306+ mcp_client_capabilities : string ;
307307 mcp_session_id : string ;
308308 transport_type : string ;
309309 tool_name : string ;
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ describe('telemetry', () => {
2323 mcp_client_name : 'test-client' ,
2424 mcp_client_version : '1.0.0' ,
2525 mcp_protocol_version : '2024-11-05' ,
26- mcp_capabilities : '{}' ,
26+ mcp_client_capabilities : '{}' ,
2727 mcp_session_id : 'session-123' ,
2828 transport_type : 'stdio' ,
2929 tool_name : 'test-tool' ,
@@ -43,7 +43,7 @@ describe('telemetry', () => {
4343 mcp_client_name : 'test-client' ,
4444 mcp_client_version : '1.0.0' ,
4545 mcp_protocol_version : '2024-11-05' ,
46- mcp_capabilities : '{}' ,
46+ mcp_client_capabilities : '{}' ,
4747 mcp_session_id : 'session-123' ,
4848 transport_type : 'stdio' ,
4949 tool_name : 'test-tool' ,
You can’t perform that action at this time.
0 commit comments