File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export const ROLE_IDS = {
5252 SECURITY_WG : 'security-wg' ,
5353 SERVER_IDENTITY_WG : 'server-identity-wg' ,
5454 TRANSPORT_WG : 'transport-wg' ,
55+ TRIGGERS_EVENTS_WG : 'triggers-events-wg' ,
5556 MCP_APPS_WG : 'mcp-apps-wg' ,
5657
5758 // ===================
Original file line number Diff line number Diff line change @@ -278,6 +278,12 @@ export const ROLES: readonly Role[] = [
278278 github : { team : 'transport-wg' , parent : ROLE_IDS . WORKING_GROUPS } ,
279279 discord : { role : 'transports working group (synced)' } ,
280280 } ,
281+ {
282+ id : ROLE_IDS . TRIGGERS_EVENTS_WG ,
283+ description : 'Triggers & Events Working Group' ,
284+ github : { team : 'triggers-events-wg' , parent : ROLE_IDS . WORKING_GROUPS } ,
285+ discord : { role : 'triggers & events working group (synced)' } ,
286+ } ,
281287 {
282288 id : ROLE_IDS . MCP_APPS_WG ,
283289 description : 'MCP Apps Working Group' ,
Original file line number Diff line number Diff line change @@ -577,6 +577,7 @@ export const MEMBERS: readonly Member[] = [
577577 ROLE_IDS . MAINTAINERS ,
578578 ROLE_IDS . SKILLS_OVER_MCP_IG ,
579579 ROLE_IDS . TRANSPORT_WG ,
580+ ROLE_IDS . TRIGGERS_EVENTS_WG ,
580581 ] ,
581582 } ,
582583 {
You can’t perform that action at this time.
0 commit comments