| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
All reported issues were addressed across 12 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
Sorry, something went wrong.
|
Thanks for the contribution. This repository only keeps pull requests open when they're linked to an issue that a maintainer has assigned to the author — CONTRIBUTING.md explains why and how we work. This PR has been closed for now because you aren't currently assigned to #1264. If a maintainer would like this change as a PR from you, they'll assign you to #1264 and this PR will reopen automatically — there's nothing more you need to do. (If you opened the issue, this PR already shows up on its timeline.) There's no need to open a new PR — this one will be reopened. While it's closed, please push any updates as new commits rather than force-pushing, since GitHub can't reopen a PR whose branch has been rewritten. Maintainers: reopening this PR, removing the missing-issue-link label, or adding bypass-issue-check bypasses the check. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #1264.
Problem
The OAuth examples did not consistently use the complete MCP endpoint as the resource identifier:
Strict RFC 9728 clients can reject those mismatches before authorization completes.
Changes
This PR does not infer or append public paths in SDK code. Internal routes cannot reveal ASGI mount paths or reverse-proxy prefixes. The earlier #2662 explored the same docs/example direction; this revision applies that conclusion to current main and adds focused regressions for the current examples.
Validation
AI assistance disclosure: I used Codex to inspect #1264 and the prior PR history, implement and test the changes, and reduce the original draft after review. I independently verified the final diff and the validation results above.