Skip to content
Open
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
14 changes: 14 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name = "mcpmux-install"
main = "src/index.ts"
compatibility_date = "2024-12-01"

[observability]
enabled = true

[observability.logs]
enabled = true
invocation_logs = true

# R2 bucket for APT repository (shared with apt.mcpmux.com)
# Uncomment once the bucket is created:
# [[r2_buckets]]
Expand All @@ -14,6 +21,13 @@ routes = [
{ pattern = "install.mcpmux.com", custom_domain = true }
]

[env.production.observability]
enabled = true

[env.production.observability.logs]
enabled = true
invocation_logs = true

# [[env.production.r2_buckets]]
# binding = "APT_BUCKET"
# bucket_name = "mcpmux-apt"