Skip to content

Commit 7b068c2

Browse files
authored
Remove core group (#17)
1 parent e469f7e commit 7b068c2

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

src/config/groups.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ export const GROUPS = defineGroups([
1515
description: 'MCP Steering Committee',
1616
onlyOnPlatforms: ['github'],
1717
},
18-
{
19-
name: 'core',
20-
description: 'Core team',
21-
memberOf: ['steering-committee'],
22-
onlyOnPlatforms: ['github'],
23-
},
2418
{
2519
name: 'core-maintainers',
2620
description: 'Core maintainers',

src/config/users.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const MEMBERS: readonly Member[] = [
5959
},
6060
{
6161
github: 'bhosmer-ant',
62-
memberOf: ['core', 'core-maintainers', 'docs-maintaners', 'moderators', 'python-sdk', 'typescript-sdk'],
62+
memberOf: ['core-maintainers', 'docs-maintaners', 'moderators', 'python-sdk', 'typescript-sdk'],
6363
},
6464
{
6565
github: 'carlpeaslee',
@@ -79,7 +79,7 @@ export const MEMBERS: readonly Member[] = [
7979
},
8080
{
8181
github: 'crondinini-ant',
82-
memberOf: ['core'],
82+
memberOf: [],
8383
},
8484
{
8585
github: 'dend',
@@ -92,12 +92,12 @@ export const MEMBERS: readonly Member[] = [
9292
{
9393
github: 'domdomegg',
9494
95-
memberOf: ['core', 'mcpb-maintainers', 'registry-wg'],
95+
memberOf: ['mcpb-maintainers', 'registry-wg'],
9696
},
9797
{
9898
github: 'dsp-ant',
9999
100-
memberOf: ['auth-wg', 'core', 'core-maintainers', 'docs-maintaners', 'go-sdk', 'ig-financial-services', 'moderators', 'php-sdk', 'python-sdk', 'security-wg', 'transport-wg', 'typescript-sdk'],
100+
memberOf: ['auth-wg', 'core-maintainers', 'docs-maintaners', 'go-sdk', 'ig-financial-services', 'moderators', 'php-sdk', 'python-sdk', 'security-wg', 'transport-wg', 'typescript-sdk'],
101101
},
102102
{
103103
github: 'e5l',
@@ -121,7 +121,7 @@ export const MEMBERS: readonly Member[] = [
121121
},
122122
{
123123
github: 'felixweinberger',
124-
memberOf: ['core', 'python-sdk', 'security-wg', 'typescript-sdk'],
124+
memberOf: ['python-sdk', 'security-wg', 'typescript-sdk'],
125125
},
126126
{
127127
github: 'findleyr',
@@ -137,7 +137,7 @@ export const MEMBERS: readonly Member[] = [
137137
},
138138
{
139139
github: 'ihrpr',
140-
memberOf: ['core', 'core-maintainers', 'docs-maintaners', 'python-sdk', 'typescript-sdk'],
140+
memberOf: ['core-maintainers', 'docs-maintaners', 'python-sdk', 'typescript-sdk'],
141141
},
142142
{
143143
github: 'jamadeo',
@@ -153,7 +153,7 @@ export const MEMBERS: readonly Member[] = [
153153
},
154154
{
155155
github: 'jerome3o-anthropic',
156-
memberOf: ['core', 'moderators'],
156+
memberOf: ['moderators'],
157157
},
158158
{
159159
github: 'joan-anthropic',
@@ -190,7 +190,7 @@ export const MEMBERS: readonly Member[] = [
190190
},
191191
{
192192
github: 'maheshmurag',
193-
memberOf: ['core', 'moderators'],
193+
memberOf: ['moderators'],
194194
},
195195
{
196196
github: 'markpollack',
@@ -206,7 +206,7 @@ export const MEMBERS: readonly Member[] = [
206206
},
207207
{
208208
github: 'maxisbey',
209-
memberOf: ['core', 'python-sdk'],
209+
memberOf: ['python-sdk'],
210210
},
211211
{
212212
github: 'mattzcarey',
@@ -230,7 +230,7 @@ export const MEMBERS: readonly Member[] = [
230230
},
231231
{
232232
github: 'ochafik',
233-
memberOf: ['core', 'python-sdk', 'python-sdk-auth', 'typescript-sdk', 'typescript-sdk-auth'],
233+
memberOf: ['python-sdk', 'python-sdk-auth', 'typescript-sdk', 'typescript-sdk-auth'],
234234
},
235235
{
236236
github: 'og-ant',

0 commit comments

Comments
 (0)