Skip to content

Commit d69a4e9

Browse files
committed
Add File Uploads Working Group role and initial members
Creates the file-uploads-wg GitHub team (under working-groups) and the matching Discord role. Initial members: localden (Lead), nickcoai, ochafik. See charter PR modelcontextprotocol#2635. :house: Remote-Dev: homespace
1 parent 1b3c1c8 commit d69a4e9

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/config/roleIds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const ROLE_IDS = {
5656
MCP_APPS_WG: 'mcp-apps-wg',
5757
SERVER_CARD_WG: 'server-card-wg',
5858
INTERCEPTORS_WG: 'interceptors-wg',
59+
FILE_UPLOADS_WG: 'file-uploads-wg',
5960

6061
// ===================
6162
// Interest Groups

src/config/roles.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,12 @@ export const ROLES: readonly Role[] = [
303303
github: { team: 'interceptors-wg', parent: ROLE_IDS.WORKING_GROUPS },
304304
discord: { role: 'interceptors working group (synced)' },
305305
},
306+
{
307+
id: ROLE_IDS.FILE_UPLOADS_WG,
308+
description: 'File Uploads Working Group',
309+
github: { team: 'file-uploads-wg', parent: ROLE_IDS.WORKING_GROUPS },
310+
discord: { role: 'file uploads working group (synced)' },
311+
},
306312

307313
// ===================
308314
// Interest Groups

src/config/users.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ export const MEMBERS: readonly Member[] = [
430430
ROLE_IDS.DOCS_MAINTAINERS,
431431
ROLE_IDS.CSHARP_SDK_ADMIN,
432432
ROLE_IDS.ADMINISTRATORS,
433+
ROLE_IDS.FILE_UPLOADS_WG,
433434
ROLE_IDS.GO_SDK,
434435
ROLE_IDS.FINANCIAL_SERVICES_IG,
435436
ROLE_IDS.MODERATORS,
@@ -501,7 +502,7 @@ export const MEMBERS: readonly Member[] = [
501502
firstName: 'Nick',
502503
lastName: 'Cooper',
503504
googleEmailPrefix: 'nickc',
504-
memberOf: [ROLE_IDS.CORE_MAINTAINERS, ROLE_IDS.SERVER_IDENTITY_WG],
505+
memberOf: [ROLE_IDS.CORE_MAINTAINERS, ROLE_IDS.FILE_UPLOADS_WG, ROLE_IDS.SERVER_IDENTITY_WG],
505506
},
506507
{
507508
github: 'nicolas-grekas',
@@ -516,6 +517,7 @@ export const MEMBERS: readonly Member[] = [
516517
github: 'ochafik',
517518
discord: '1004897332069925024',
518519
memberOf: [
520+
ROLE_IDS.FILE_UPLOADS_WG,
519521
ROLE_IDS.MCP_APPS_SDK,
520522
ROLE_IDS.PYTHON_SDK,
521523
ROLE_IDS.PYTHON_SDK_AUTH,

0 commit comments

Comments
 (0)