You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "FlowMCP is a framework for adapting existing web APIs into a standardized Model Context Protocol (MCP) interface, enabling structured, testable, and semantically consistent access for AI systems.",
"main": "./src/index.mjs",
"//exports": "Memo 152 / PRD-009 — v4-only. './v4' is a TRANSITIONAL alias kept for ONE release so pinned consumers keep resolving; remove it after they switch to '.'. The './v1', './v2', './legacy' subpaths were removed (BREAKING major).",
"exports": {
".": "./src/index.mjs",
"./v4": "./src/v4/index.mjs"
},
"directories": {
"test": "tests"
},
"type": "module",
"scripts": {
"test": "NODE_OPTIONS='--experimental-vm-modules' npx jest --detectOpenHandles",
"test:coverage": "NODE_OPTIONS='--experimental-vm-modules' npx jest --detectOpenHandles --coverage",
"test:coverage:src": "NODE_OPTIONS='--experimental-vm-modules' npx jest --detectOpenHandles --coverage --collectCoverageFrom='src/**/*.mjs'"