Skip to content

v0.3.3

Choose a tag to compare

@fuongz fuongz released this 07 Apr 10:30
· 12 commits to main since this release
fa0d377

[v0.3.3] - 2026-04-07

Added

  • Expose Cloudflare bindings (AI, Vectorize, D1, R2, etc.) to tool handlers via context.bindings - use generic type createMCPServer<MyEnv>() to pass bindings
  • Decode Google id_token to extract user info (email, name, sub) - available via context.provider?.idTokenClaims

Fixed

  • Use OAUTH_CLIENT_ID/OAUTH_CLIENT_SECRET as fallback for PROVIDER_CLIENT_ID/PROVIDER_CLIENT_SECRET - now only OAUTH_CLIENT_* env vars are required for Google/GitHub OAuth

Internal

  • Update credential validation in routes.oauth.ts, mcp.handler.ts, input-parsers.ts, and flow.ts to use consistent fallback logic