feat: report MCP client telemetry (#242)

This commit is contained in:
Andrey Avtomonov 2026-05-30 18:00:25 +02:00 committed by GitHub
parent 25f639fba2
commit 2e5f7f25aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": [