chore(mcp): revert browser-friendly hello page for GET /mcp from browsers#40467
Conversation
…om brows…" This reverts commit 09a94fa.
Code Review Agent Run #29d36dActionable Suggestions - 0Filtered by Review RulesBito filtered these suggestions based on rules created automatically for your feedback. Manage rules.
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #40467 +/- ##
=======================================
Coverage 64.18% 64.18%
=======================================
Files 2592 2592
Lines 139271 139256 -15
Branches 32337 32334 -3
=======================================
Hits 89385 89385
+ Misses 48351 48336 -15
Partials 1535 1535
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
… revert MCPJWTVerifier was removed in the master revert of the browser-friendly hello page (apache#40467). Update mcp_config.py to import only DetailedJWTVerifier and use JWTVerifier directly for the non-debug code path, matching the current jwt_verifier.py interface.
… revert MCPJWTVerifier was removed in the master revert of the browser-friendly hello page (apache#40467). Update mcp_config.py to import only DetailedJWTVerifier and use JWTVerifier directly for the non-debug code path, matching the current jwt_verifier.py interface.
… revert MCPJWTVerifier was removed in the master revert of the browser-friendly hello page (apache#40467). Update mcp_config.py to import only DetailedJWTVerifier and use JWTVerifier directly for the non-debug code path, matching the current jwt_verifier.py interface.
Reverts #40309 since this was accidently merged.