Add example-remote-server repository access#116
Merged
localden merged 1 commit intoJun 5, 2026
Merged
Conversation
example-remote-server was missing from the repository access config, so with the org default repository permission set to 'none', no team had write access to it. Add it alongside its sibling example-remote-client, mirroring the team grants used for ext-apps (the apps surface these example servers belong to): core-maintainers push, moderators maintain, mcp-apps-wg push, mcp-apps-sdk admin.
localden
approved these changes
Jun 5, 2026
Contributor
Author
|
Updated: also granting |
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.
What & why
example-remote-serveris missing fromrepoAccess.ts. Since the org'sdefaultRepositoryPermissionisnone, that means no team currently has write access to it — e.g.@ochafik(amcp-apps-sdkmember, admin onext-apps) haspush: falsethere, which blocks shipping the lazy-auth example server PR.This adds the repo alongside its sibling
example-remote-client, mirroring the team grants used forext-apps(the apps surface these example servers belong to):Verification
prettier --checkpasses on the file.core-maintainers,moderators,mcp-apps-wg,mcp-apps-sdk) are defined inroles.ts, so thevalidate-config.tsteam-reference check passes.example-remote-serverappears exactly once (no duplicate);test-config.tsuniqueness checks are unaffected.After merge
The Pulumi
deployworkflow applies it to GitHub, restoring write access so theexample-remote-serverlazy-auth PR can be pushed to the upstream.cc @localden — could you take a look / approve? (CODEOWNERS →
@modelcontextprotocol/core-maintainers.)