From 26a4c22c560175adf2e29c12a7aef9e960b5bc58 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 7 Sep 2026 06:56:16 +0000 Subject: [PATCH] Grant koic direct maintainers role for spec repo push access koic (Koichi Ito, Ruby SDK maintainer) only held ROLE_IDS.RUBY_SDK, which maps to the ruby-sdk GitHub team with triage on the modelcontextprotocol spec repo. The SDK_MAINTAINERS -> MAINTAINERS implication is discordImplies-only and does not add members to the maintainers GitHub team, so he could not push branches or open PRs in the spec repo. Add ROLE_IDS.MAINTAINERS directly, matching other maintainer entries. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01H4JKj5FVkmj6bRzgh1GPrY --- src/config/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/users.ts b/src/config/users.ts index b2663f4..85db06e 100644 --- a/src/config/users.ts +++ b/src/config/users.ts @@ -490,7 +490,7 @@ export const MEMBERS: readonly Member[] = [ { github: 'koic', discord: '880937364208361483', - memberOf: [ROLE_IDS.RUBY_SDK], + memberOf: [ROLE_IDS.MAINTAINERS, ROLE_IDS.RUBY_SDK], }, { github: 'kurtisvg',