Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions aap-mcp.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
# Configuration for Prometheus metrics endpoint (defaults to false if not specified)
# enable_metrics: true

# Configuration for analytics reporting (defaults to false if not specified)
# Sends anonymized usage metrics to Segment.com every 5 hours
# enable_analytics: false

# Segment.com write key for analytics (required if enable_analytics is true)
# Lower priority than SEGMENT_WRITE_KEY environment variable
# segment_write_key: "your-segment-write-key-here"

# Configuration for base URL (defaults to https://localhost if not specified)
# Lower priority than BASE_URL environment variable
# base_url: "https://localhost:8443"
Expand Down
Loading