Skip to content

feat(mcp): add MCP OAuth consent page - #8265

Open
andypalmi wants to merge 1 commit into
feat/7432-mcp-oauth-pkcefrom
feat/7433-mcp-consent-page
Open

feat(mcp): add MCP OAuth consent page#8265
andypalmi wants to merge 1 commit into
feat/7432-mcp-oauth-pkcefrom
feat/7433-mcp-consent-page

Conversation

@andypalmi

@andypalmi andypalmi commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the consent page an MCP client is redirected to during the authorization code flow.

  • New route /account/request/:id/mcp and page AccessRequestMCP.vue.
  • The user reviews the requesting client and chooses the access level (read-only or full) and which teams the token may act on before approving.

Stacked on #7432. Part of #7423. Closes #7433.

@andypalmi
andypalmi marked this pull request as ready for review August 24, 2026 19:26
@andypalmi
andypalmi requested a review from cstns August 24, 2026 19:29
Add the AccessRequestMCP.vue consent page and its /account/request/:id/mcp
modal route. The page lets the user pick read-only or full access and scope
the grant to specific teams before approving the MCP agent request.

Ref #7433
@andypalmi
andypalmi force-pushed the feat/7433-mcp-consent-page branch from 2e4cb4b to bb0ed3c Compare August 24, 2026 19:33
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.18%. Comparing base (311e8ff) to head (bb0ed3c).

Additional details and impacted files
@@                    Coverage Diff                    @@
##           feat/7432-mcp-oauth-pkce    #8265   +/-   ##
=========================================================
  Coverage                     76.18%   76.18%           
=========================================================
  Files                           448      448           
  Lines                         24107    24107           
  Branches                       6436     6436           
=========================================================
  Hits                          18365    18365           
  Misses                         5742     5742           
Flag Coverage Δ
backend 76.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MCP OAuth Consent Page

1 participant