feat: report MCP client telemetry

This commit is contained in:
Andrey Avtomonov 2026-05-30 17:41:52 +02:00
parent 3f0d11e07d
commit c0a27a5eb7
12 changed files with 216 additions and 29 deletions

View file

@ -157,7 +157,9 @@
"outcome",
"durationMs",
"errorClass",
"sampleRate"
"sampleRate",
"mcpClientName",
"mcpClientVersion"
]
},
{
@ -1131,7 +1133,13 @@
},
"sampleRate": {
"type": "number",
"const": 0.1
"const": 1
},
"mcpClientName": {
"type": "string"
},
"mcpClientVersion": {
"type": "string"
}
},
"required": [