OAuth + Smarter Memory #121
rahilp
announced in
Announcements
Replies: 1 comment 4 replies
-
|
Curious what’s driving people toward OAuth vs the static Bearer token; is it MCP client compatibility, wanting to share access with specific tools, or something else? Trying to understand real setups so I can prioritize what comes next. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v1.7
OAuth 2.0 support for the /mcp endpoint
Contributed by @phillipadsmith. The
/mcpendpoint now supports OAuth 2.0 via Cloudflare's officialworkers-oauth-providerpackage. A hosted login page at/oauth/authorizelets clients authenticate using your existingAUTH_TOKEN— no new secrets to manage.The static
Authorization: Bearerpath is fully preserved, so Claude Desktop, Claude Code, and mcp-remote users need no changes.Manual deployers need one extra step before redeploying: run
wrangler kv namespace create OAUTH_KVand paste the returned ID intowrangler.toml. One-click deployers get this provisioned automatically.Importance score wired into smart merge
Near-duplicate entries (0.85-0.95 similarity) now factor in the importance score when deciding whether to merge or keep separate. Higher-importance entries are less likely to get collapsed into an existing one. Thanks to the feedback from the Product Hunt launch that surfaced this gap.
What's Changed
by @rahilp in Add browser extension to readme' --fill #108
by @rahilp in [fix] auth for web ui' --fill #115
New Contributors
Full Changelog: v1.6...v1.6.2
This discussion was created from the release OAuth + Smarter Memory.
Beta Was this translation helpful? Give feedback.
All reactions