You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/mcp-agent.config.schema.json
-34Lines changed: 0 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -667,25 +667,6 @@
667
667
],
668
668
"title": "TemporalSettings",
669
669
"type": "object"
670
-
},
671
-
"UsageTelemetrySettings": {
672
-
"description": "Settings for usage telemetry in the MCP Agent application.\nAnonymized usage metrics are sent to a telemetry server to help improve the product.",
673
-
"properties": {
674
-
"enabled": {
675
-
"default": true,
676
-
"title": "Enabled",
677
-
"type": "boolean",
678
-
"description": "Enable usage telemetry in the MCP Agent application."
679
-
},
680
-
"enable_detailed_telemetry": {
681
-
"default": false,
682
-
"title": "Enable Detailed Telemetry",
683
-
"type": "boolean",
684
-
"description": "If enabled, detailed telemetry data, including prompts and agents, will be sent to the telemetry server."
685
-
}
686
-
},
687
-
"title": "UsageTelemetrySettings",
688
-
"type": "object"
689
670
}
690
671
},
691
672
"additionalProperties": true,
@@ -831,21 +812,6 @@
831
812
"http_timeout": 5.0
832
813
},
833
814
"description": "Logger settings for the MCP Agent application"
834
-
},
835
-
"usage_telemetry": {
836
-
"anyOf": [
837
-
{
838
-
"$ref": "#/$defs/UsageTelemetrySettings"
839
-
},
840
-
{
841
-
"type": "null"
842
-
}
843
-
],
844
-
"default": {
845
-
"enabled": true,
846
-
"enable_detailed_telemetry": false
847
-
},
848
-
"description": "Usage tracking settings for the MCP Agent application"
0 commit comments