From ac6c0c3b25e6575d6e6dca0597f01922c3d76f37 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Tue, 24 Mar 2026 19:20:04 +0000 Subject: [PATCH] Add reference-servers-maintainers GitHub team with admin on servers repo - Expand REFERENCE_SERVERS_MAINTAINERS role (previously Discord-only) to create a GitHub team - Grant the team admin permission on modelcontextprotocol/servers - Add tobinsouth as a new member Existing members cliffhall and olaservo will also be added to the new GitHub team. :house: Remote-Dev: homespace --- src/config/repoAccess.ts | 1 + src/config/roles.ts | 2 +- src/config/users.ts | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/config/repoAccess.ts b/src/config/repoAccess.ts index fba11d4..5efdb89 100644 --- a/src/config/repoAccess.ts +++ b/src/config/repoAccess.ts @@ -159,6 +159,7 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [ { repository: 'servers', teams: [ + { team: 'reference-servers-maintainers', permission: 'admin' }, { team: 'auth-maintainers', permission: 'push' }, { team: 'core-maintainers', permission: 'admin' }, { team: 'csharp-sdk', permission: 'push' }, diff --git a/src/config/roles.ts b/src/config/roles.ts index c3c533c..ee291da 100644 --- a/src/config/roles.ts +++ b/src/config/roles.ts @@ -127,8 +127,8 @@ export const ROLES: readonly Role[] = [ { id: ROLE_IDS.REFERENCE_SERVERS_MAINTAINERS, description: 'Reference servers maintainers', + github: { team: 'reference-servers-maintainers' }, discord: { role: 'reference servers maintainers (synced)' }, - // Discord only for now }, { id: ROLE_IDS.REGISTRY_MAINTAINERS, diff --git a/src/config/users.ts b/src/config/users.ts index caf5781..f659808 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -674,6 +674,11 @@ export const MEMBERS: readonly Member[] = [ github: 'tiginamaria', memberOf: [ROLE_IDS.KOTLIN_SDK], }, + { + github: 'tobinsouth', + discord: '865072069779521556', + memberOf: [ROLE_IDS.REFERENCE_SERVERS_MAINTAINERS], + }, { github: 'toby', email: 'toby@modelcontextprotocol.io',