Releases: vercel/mcp-handler
Releases · vercel/mcp-handler
v0.8.1
Patch Changes
- 83e6fc7: Move zod to DevDep
- 12b61fd: Add more robust error handling to auth logic
- a522ffd: Move zod to devDep
v0.8.0
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
Patch Changes
- 8fd2538: Fix missing non async argument
v0.7.2
Patch Changes
- 47eff5a: Fix allowing both async and non async handlers
v0.7.0
Minor Changes
- b24064f: Update pinned mcp sdk version to 1.12.0
v0.6.1
Patch Changes
- b46856a: Allow an async initializeServer call
v0.6.0
Minor Changes
- 74d8a2c: Fix backwards compatibility algorithm with HTTP + SSE