Skip to content

v0.3.6

Choose a tag to compare

@fuongz fuongz released this 14 Apr 11:01
· 4 commits to main since this release
0b94608

v0.3.6 - 2026-04-14

New Features

  • Added debug option to MCPServerOptions - logs all incoming MCP requests (method, URL, headers, body) to the console by @fuongz
  • Added developerMode option - reveals sensitive header values (authorization, cookie, x-api-key) in debug logs; requires debug: true to take effect. Use only in local development by @fuongz