Skip to content

Commit 68c9931

Browse files
committed
Add server-card-wg and make SamMorrowDrums a maintainer
Adds SERVER_CARD_WG working group with GitHub team and Discord role. Adds Sam to MAINTAINERS and SERVER_CARD_WG, and adds tadasant and dsp-ant to SERVER_CARD_WG.
1 parent ccf0ece commit 68c9931

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

src/config/roleIds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const ROLE_IDS = {
5454
TRANSPORT_WG: 'transport-wg',
5555
TRIGGERS_EVENTS_WG: 'triggers-events-wg',
5656
MCP_APPS_WG: 'mcp-apps-wg',
57+
SERVER_CARD_WG: 'server-card-wg',
5758

5859
// ===================
5960
// Interest Groups

src/config/roles.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,12 @@ export const ROLES: readonly Role[] = [
291291
github: { team: 'mcp-apps-wg', parent: ROLE_IDS.WORKING_GROUPS },
292292
discord: { role: 'mcp apps working group (synced)' },
293293
},
294+
{
295+
id: ROLE_IDS.SERVER_CARD_WG,
296+
description: 'Server Card Working Group',
297+
github: { team: 'server-card-wg', parent: ROLE_IDS.WORKING_GROUPS },
298+
discord: { role: 'server card working group (synced)' },
299+
},
294300

295301
// ===================
296302
// Interest Groups

src/config/users.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ export const MEMBERS: readonly Member[] = [
220220
ROLE_IDS.CORE_MAINTAINERS,
221221
ROLE_IDS.DOCS_MAINTAINERS,
222222
ROLE_IDS.MODERATORS,
223+
ROLE_IDS.SERVER_CARD_WG,
223224
],
224225
},
225226
{
@@ -631,7 +632,9 @@ export const MEMBERS: readonly Member[] = [
631632
email: 'sammorrowdrums@github.com',
632633
discord: '782948163694493696',
633634
memberOf: [
635+
ROLE_IDS.MAINTAINERS,
634636
ROLE_IDS.PRIMITIVE_GROUPING_IG,
637+
ROLE_IDS.SERVER_CARD_WG,
635638
ROLE_IDS.SKILLS_OVER_MCP_IG,
636639
ROLE_IDS.TOOL_ANNOTATIONS_IG,
637640
ROLE_IDS.WG_IG_FACILITATORS,
@@ -677,6 +680,7 @@ export const MEMBERS: readonly Member[] = [
677680
ROLE_IDS.INTEREST_GROUPS,
678681
ROLE_IDS.REGISTRY_MAINTAINERS,
679682
ROLE_IDS.ADMINISTRATORS,
683+
ROLE_IDS.SERVER_CARD_WG,
680684
],
681685
},
682686
{

0 commit comments

Comments
 (0)