mirror of
https://github.com/Dynatrace/dynatrace-for-ai.git
synced 2026-09-19 03:52:19 +08:00
4031cbc172
- Add dt-setup-oneagent — OneAgent installation guidance for Kubernetes, Windows, AWS Lambda, Azure VMs, and remote EC2 hosts - Add OneAgent monitoring-mode and version inventory queries to dt-obs-hosts - Expand dt-obs-kubernetes with k8s.object availability, workload.kind casing, requests/limits aggregation rules, and pod-phase filtering guidance - Expand dt-migration entity-kubernetes reference and dt-obs-frontends troubleshooting/error-tracking references - Bump plugin/server versions to 8.0.0
12 lines
287 B
JSON
12 lines
287 B
JSON
{
|
|
"mcpServers": {
|
|
"dynatrace": {
|
|
"url": "${env:DT_ENVIRONMENT}/platform-reserved/mcp-gateway/v0.1/servers/dynatrace-mcp/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer ${env:DT_PLATFORM_TOKEN}",
|
|
"X-Http-Source": "dynatrace-for-ai/8.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|