{"version":3,"file":"shimsBrowser.mjs","names":[],"sources":["../src/shimsBrowser.ts"],"sourcesContent":["/**\n * Browser runtime shims for client package\n *\n * This file is selected via package.json export conditions when running in a browser.\n */\nexport { CfWorkerJsonSchemaValidator as DefaultJsonSchemaValidator } from '@modelcontextprotocol/core';\n\n/**\n * Whether `fetch()` may throw `TypeError` due to CORS. Only true in browser contexts\n * (including Web Workers / Service Workers). In Node.js and Cloudflare Workers, a\n * `TypeError` from `fetch` is always a real network/configuration error.\n */\nexport const CORS_IS_POSSIBLE = true;\n"],"mappings":";;;;;;;;AAYA,MAAa,mBAAmB"}