mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
feat: report MCP client telemetry (#242)
This commit is contained in:
parent
25f639fba2
commit
2e5f7f25aa
12 changed files with 216 additions and 29 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue