Skip to content

machine-bridge-mcp v1.0.5

Choose a tag to compare

@YuLeiFuYun YuLeiFuYun released this 14 Jul 12:40
d7a6948

Built-in ChatGPT and Grok origins

  • Allow the exact first-party browser origins used by ChatGPT (https://chatgpt.com and legacy https://chat.openai.com) and Grok (https://grok.com and https://x.com) directly in Worker origin validation. Users no longer need to run Wrangler or edit Cloudflare variables to complete OAuth from those clients.
  • Keep MBM_ALLOWED_ORIGINS as an additive exact-origin extension point, preserve same-origin and no-Origin requests, reject unrelated and null origins, and apply one predicate to preflight and actual requests. Integration tests exercise every built-in origin alongside a configured custom origin.