Skip to content

Releases: vercel/mcp-handler

v0.9.0

06 Jun 01:00
d3eddda

Choose a tag to compare

Minor Changes

  • 58efcf0: Add peerDependenciesMeta to fix not packaging the MCP SDK anymore

v0.8.2

04 Jun 22:03
c8b91c0

Choose a tag to compare

Patch Changes

  • 15fded0: Fix mjs module resolution

v0.8.1

04 Jun 19:51
3d70ff7

Choose a tag to compare

Patch Changes

  • 83e6fc7: Move zod to DevDep
  • 12b61fd: Add more robust error handling to auth logic
  • a522ffd: Move zod to devDep

v0.8.0

04 Jun 18:31
9a2d00e

Choose a tag to compare

Minor Changes

  • 166e5ab: Add option to disable SSE as per MCP spec

Patch Changes

  • 62518f2: Fix timeout scoping bug causing ReferenceError in SSE Handler
  • c55c609: Update auth logic to not throw error is missing bearerToken

v0.7.3

29 May 11:47
6988c2c

Choose a tag to compare

Patch Changes

  • 8fd2538: Fix missing non async argument

v0.7.2

29 May 11:41
1015be7

Choose a tag to compare

Patch Changes

  • 47eff5a: Fix allowing both async and non async handlers

v0.7.1

29 May 11:35
4513571

Choose a tag to compare

Patch Changes

v0.7.0

28 May 20:34
335ed2c

Choose a tag to compare

Minor Changes

  • b24064f: Update pinned mcp sdk version to 1.12.0

v0.6.2

23 May 21:25
30c6355

Choose a tag to compare

Patch Changes

  • 4f7a593: Fix SSE initializeServer

v0.6.1

23 May 20:59
daac405

Choose a tag to compare

Patch Changes

  • b46856a: Allow an async initializeServer call