Patch Changes
-
#602
aed8e18Thanks @threepointone! - Add CORS support to MCP handler and testsIntroduces CORS configuration to experimental_createMcpHandler, including handling OPTIONS preflight requests and adding CORS headers to responses and errors. Exports corsHeaders from utils. Adds comprehensive tests for CORS behavior in handler.test.ts.
-
#603
4da191cThanks @mattzcarey! - Drop the experimental_ prefix on createMcpHandler