From 29acca4ed2b39319a8f68087081753a9acf4b573 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 11 Mar 2026 13:38:51 +0000 Subject: [PATCH 1/9] Add TXT record for maintainers GitHub org verification :house: Remote-Dev: homespace --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index d739850..d459713 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -71,6 +71,7 @@ export const DNS_RECORDS: Record = { { subdomain: '@', type: 'TXT', content: 'czyymtp25a' }, { subdomain: '_gh-modelcontextprotocol-o', type: 'TXT', content: '8f29e697fc' }, { subdomain: '_gh-modelcontextprotocol-o.go.sdk', type: 'TXT', content: 'e861b8c825' }, + { subdomain: '_gh-modelcontextprotocol-o.maintainers', type: 'TXT', content: 'd673ea837a' }, { subdomain: '_github-pages-challenge-modelcontextprotocol.blog', type: 'TXT', From 79944050ad4f2a65aac91e1da68a0c3f74b41f57 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 11 Mar 2026 13:39:37 +0000 Subject: [PATCH 2/9] Add TXT record for py.sdk GitHub org verification :house: Remote-Dev: homespace --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index d459713..a1b1d48 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -72,6 +72,7 @@ export const DNS_RECORDS: Record = { { subdomain: '_gh-modelcontextprotocol-o', type: 'TXT', content: '8f29e697fc' }, { subdomain: '_gh-modelcontextprotocol-o.go.sdk', type: 'TXT', content: 'e861b8c825' }, { subdomain: '_gh-modelcontextprotocol-o.maintainers', type: 'TXT', content: 'd673ea837a' }, + { subdomain: '_gh-modelcontextprotocol-o.py.sdk', type: 'TXT', content: 'ded07d9023' }, { subdomain: '_github-pages-challenge-modelcontextprotocol.blog', type: 'TXT', From cb4bcb0ac6b8482333b171f46f0cbcb200352c66 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 11 Mar 2026 13:40:07 +0000 Subject: [PATCH 3/9] Add TXT record for csharp.sdk GitHub org verification :house: Remote-Dev: homespace --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index a1b1d48..713b4d1 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -71,6 +71,7 @@ export const DNS_RECORDS: Record = { { subdomain: '@', type: 'TXT', content: 'czyymtp25a' }, { subdomain: '_gh-modelcontextprotocol-o', type: 'TXT', content: '8f29e697fc' }, { subdomain: '_gh-modelcontextprotocol-o.go.sdk', type: 'TXT', content: 'e861b8c825' }, + { subdomain: '_gh-modelcontextprotocol-o.csharp.sdk', type: 'TXT', content: 'b47f9ee5f9' }, { subdomain: '_gh-modelcontextprotocol-o.maintainers', type: 'TXT', content: 'd673ea837a' }, { subdomain: '_gh-modelcontextprotocol-o.py.sdk', type: 'TXT', content: 'ded07d9023' }, { From 6f09b445ec3511f2bc98b0b49884e89ecfe4bc4e Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 11 Mar 2026 13:40:42 +0000 Subject: [PATCH 4/9] Add TXT record for ts.sdk GitHub org verification :house: Remote-Dev: homespace --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index 713b4d1..a83c73d 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -74,6 +74,7 @@ export const DNS_RECORDS: Record = { { subdomain: '_gh-modelcontextprotocol-o.csharp.sdk', type: 'TXT', content: 'b47f9ee5f9' }, { subdomain: '_gh-modelcontextprotocol-o.maintainers', type: 'TXT', content: 'd673ea837a' }, { subdomain: '_gh-modelcontextprotocol-o.py.sdk', type: 'TXT', content: 'ded07d9023' }, + { subdomain: '_gh-modelcontextprotocol-o.ts.sdk', type: 'TXT', content: '7afda7c066' }, { subdomain: '_github-pages-challenge-modelcontextprotocol.blog', type: 'TXT', From ef576c6c78191e7ea1dba699e54a423b4ae300b7 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 11 Mar 2026 13:41:45 +0000 Subject: [PATCH 5/9] Add TXT record for java.sdk GitHub org verification :house: Remote-Dev: homespace --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index a83c73d..b6744ee 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -72,6 +72,7 @@ export const DNS_RECORDS: Record = { { subdomain: '_gh-modelcontextprotocol-o', type: 'TXT', content: '8f29e697fc' }, { subdomain: '_gh-modelcontextprotocol-o.go.sdk', type: 'TXT', content: 'e861b8c825' }, { subdomain: '_gh-modelcontextprotocol-o.csharp.sdk', type: 'TXT', content: 'b47f9ee5f9' }, + { subdomain: '_gh-modelcontextprotocol-o.java.sdk', type: 'TXT', content: '7be88cc893' }, { subdomain: '_gh-modelcontextprotocol-o.maintainers', type: 'TXT', content: 'd673ea837a' }, { subdomain: '_gh-modelcontextprotocol-o.py.sdk', type: 'TXT', content: 'ded07d9023' }, { subdomain: '_gh-modelcontextprotocol-o.ts.sdk', type: 'TXT', content: '7afda7c066' }, From 283608d103ac609f104f32fbccecc462c9311b8e Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 11 Mar 2026 13:42:25 +0000 Subject: [PATCH 6/9] Add TXT record for kotlin.sdk GitHub org verification :house: Remote-Dev: homespace --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index b6744ee..8cb004f 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -73,6 +73,7 @@ export const DNS_RECORDS: Record = { { subdomain: '_gh-modelcontextprotocol-o.go.sdk', type: 'TXT', content: 'e861b8c825' }, { subdomain: '_gh-modelcontextprotocol-o.csharp.sdk', type: 'TXT', content: 'b47f9ee5f9' }, { subdomain: '_gh-modelcontextprotocol-o.java.sdk', type: 'TXT', content: '7be88cc893' }, + { subdomain: '_gh-modelcontextprotocol-o.kotlin.sdk', type: 'TXT', content: 'afeb00d57b' }, { subdomain: '_gh-modelcontextprotocol-o.maintainers', type: 'TXT', content: 'd673ea837a' }, { subdomain: '_gh-modelcontextprotocol-o.py.sdk', type: 'TXT', content: 'ded07d9023' }, { subdomain: '_gh-modelcontextprotocol-o.ts.sdk', type: 'TXT', content: '7afda7c066' }, From 6c09753cbbc66af7478e9898d239ab4938b4f88b Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 11 Mar 2026 13:43:01 +0000 Subject: [PATCH 7/9] Add TXT record for rust.sdk GitHub org verification :house: Remote-Dev: homespace --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index 8cb004f..1407d81 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -76,6 +76,7 @@ export const DNS_RECORDS: Record = { { subdomain: '_gh-modelcontextprotocol-o.kotlin.sdk', type: 'TXT', content: 'afeb00d57b' }, { subdomain: '_gh-modelcontextprotocol-o.maintainers', type: 'TXT', content: 'd673ea837a' }, { subdomain: '_gh-modelcontextprotocol-o.py.sdk', type: 'TXT', content: 'ded07d9023' }, + { subdomain: '_gh-modelcontextprotocol-o.rust.sdk', type: 'TXT', content: 'f8e021d103' }, { subdomain: '_gh-modelcontextprotocol-o.ts.sdk', type: 'TXT', content: '7afda7c066' }, { subdomain: '_github-pages-challenge-modelcontextprotocol.blog', From e992528560c16b352f2a0bb144f53dd97881ad7f Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 11 Mar 2026 13:43:33 +0000 Subject: [PATCH 8/9] Add TXT record for php.sdk GitHub org verification :house: Remote-Dev: homespace --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index 1407d81..237d577 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -75,6 +75,7 @@ export const DNS_RECORDS: Record = { { subdomain: '_gh-modelcontextprotocol-o.java.sdk', type: 'TXT', content: '7be88cc893' }, { subdomain: '_gh-modelcontextprotocol-o.kotlin.sdk', type: 'TXT', content: 'afeb00d57b' }, { subdomain: '_gh-modelcontextprotocol-o.maintainers', type: 'TXT', content: 'd673ea837a' }, + { subdomain: '_gh-modelcontextprotocol-o.php.sdk', type: 'TXT', content: '6ae7d8e8ee' }, { subdomain: '_gh-modelcontextprotocol-o.py.sdk', type: 'TXT', content: 'ded07d9023' }, { subdomain: '_gh-modelcontextprotocol-o.rust.sdk', type: 'TXT', content: 'f8e021d103' }, { subdomain: '_gh-modelcontextprotocol-o.ts.sdk', type: 'TXT', content: '7afda7c066' }, From e4956ea67cc3c6f5e3b20f03d42bba802fc45ef4 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Wed, 11 Mar 2026 13:44:29 +0000 Subject: [PATCH 9/9] Add TXT record for apps.extensions GitHub org verification :house: Remote-Dev: homespace --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index 237d577..6f3f971 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -71,6 +71,7 @@ export const DNS_RECORDS: Record = { { subdomain: '@', type: 'TXT', content: 'czyymtp25a' }, { subdomain: '_gh-modelcontextprotocol-o', type: 'TXT', content: '8f29e697fc' }, { subdomain: '_gh-modelcontextprotocol-o.go.sdk', type: 'TXT', content: 'e861b8c825' }, + { subdomain: '_gh-modelcontextprotocol-o.apps.extensions', type: 'TXT', content: '746ef90c28' }, { subdomain: '_gh-modelcontextprotocol-o.csharp.sdk', type: 'TXT', content: 'b47f9ee5f9' }, { subdomain: '_gh-modelcontextprotocol-o.java.sdk', type: 'TXT', content: '7be88cc893' }, { subdomain: '_gh-modelcontextprotocol-o.kotlin.sdk', type: 'TXT', content: 'afeb00d57b' },