feat(mcp-gateway): add management dashboard#3722
Open
pandemicsyn wants to merge 19 commits into
Open
Conversation
a1ee590 to
d7bc8e4
Compare
281a2e3 to
e7235c0
Compare
80f36bf to
6d97b09
Compare
73e1118 to
b14e7d9
Compare
6d97b09 to
392d27b
Compare
ba76bea to
64acfdc
Compare
Contributor
Code Review SummaryStatus: 1 Issue Remaining | Recommendation: Address before merge Executive SummaryThe latest commit ( Overview
Issue Details (click to expand)WARNING
Resolved Issues
Latest Commit Analysis (56175f8)
Files Reviewed (21 files — incremental since 579ef1f)
Fix these issues in Kilo Cloud Reviewed by claude-4.6-sonnet-20260217 · 720,959 tokens Review guidance: REVIEW.md from base branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apps/webmanages configuration and OAuth workflows, whileservices/mcp-gatewayremains responsible for runtime token verification and credential-injecting proxy behavior./api/mcp-gateway/oauth/register/resource/...to avoid Next.js dynamic route conflicts while retaining the required registration capability.profilescope to remote providers, preserves remote protected-resourceresourcevalues, stores upstream scope provenance on the config, and lets both dashboard sign-in and Codex-triggered sign-in use the same resolved provider OAuth configuration.Verification
Visual Changes
Reviewer Notes
main; the underlying gateway implementation and production hostname work have already landed separately.provider_scopes,provider_scope_source, andprovider_resourceto the config model because remote provider scopes are not the same thing as Kilo gateway scopes.