{"version":3,"file":"shimsNode.mjs","names":[],"sources":["../src/shimsNode.ts"],"sourcesContent":["/**\n * Node.js runtime shims for client package\n *\n * This file is selected via package.json export conditions when running in Node.js.\n */\nexport { AjvJsonSchemaValidator as DefaultJsonSchemaValidator } from '@modelcontextprotocol/core';\n\n/**\n * Whether `fetch()` may throw `TypeError` due to CORS. CORS is a browser-only concept —\n * in Node.js, a `TypeError` from `fetch` is always a real network/configuration error\n * (DNS resolution, connection refused, invalid URL), never a CORS error.\n */\nexport const CORS_IS_POSSIBLE = false;\n"],"mappings":";;;;;;;;AAYA,MAAa,mBAAmB"}