feat(mcp): add server visibility sharing - #2382
Open
sriaradhyula wants to merge 2 commits into
Open
Conversation
Add Private, Teams, and Global access controls to the MCP server editor. Persist the policy, reconcile OpenFGA grants and revocations, preserve explicit policies during AgentGateway sync, and cover the behavior with API, RBAC, self-check, and UI tests. Signed-off-by: Sri Aradhyula <sraradhy@cisco.com>
Contributor
|
✅ No proprietary content detected. This PR is clear for review! |
Contributor
🧪 CAIPE UI Test Results✅ All tests passed 🟡 Overall Coverage: 61%📊 Detailed Coverage
✅ Test Suites
📈 Coverage Thresholds
|
sriaradhyula
marked this pull request as ready for review
August 13, 2026 16:31
Contributor
Prebuild Artifacts for
|
| Artifact | Image | Tag | Status | CI |
|---|---|---|---|---|
| caipe-ui | ghcr.io/cnoe-io/prebuild/caipe-ui |
feat-mcp-server-sharing-3 |
Published | CI |
Docker pull commands
docker pull ghcr.io/cnoe-io/prebuild/caipe-ui:feat-mcp-server-sharing-3These prebuild artifacts will be automatically cleaned up when the PR is closed or merged.
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.
Description
Adds first-class access controls to the MCP server editor:
The BFF persists
visibilityandshared_with_teams, validates team slugs, and reconciles OpenFGA grants and revocations on create/update. Existing unclassified servers retain their legacy policy until an owner explicitly selects a scope. AgentGateway sync preserves an explicit policy so a later repair does not remove global or team access. RBAC self-check projections are updated for the new tuples.Validation:
npx tsc --noEmitnpm run lintnpm run buildType of Change
Pre-release Helm Charts (Optional)
Not applicable; no chart changes.
Checklist