# Cloudflare Pages _headers — force correct content-types on the agent-discovery
# files so a content-type-aware scanner reads them as real files, not soft-404s.
/.well-known/api-catalog
  Content-Type: application/linkset+json
  Access-Control-Allow-Origin: *

/.well-known/mcp.json
  Content-Type: application/json; charset=utf-8
  Access-Control-Allow-Origin: *

/llms.txt
  Content-Type: text/plain; charset=utf-8
  Access-Control-Allow-Origin: *
