From 1a160bb579bc4f2cf174b1b74ebd5f250e816052 Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Tue, 27 Jan 2026 07:13:16 +0000 Subject: [PATCH 1/2] Add maintainers internal docs page. --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index 551a081..9b4f368 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -18,6 +18,7 @@ export const DNS_RECORDS: Record = { // GitHub Pages sites { subdomain: 'blog', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'example-client', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, + { subdomain: 'maintainers', type: 'CNAME', content: 'bookish-train-wrp81zm.pages.github.io' }, { subdomain: 'static', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, // Other subdomains From 7b1b78191218cc16011f96e36d38c2122711bf0c Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Tue, 27 Jan 2026 07:16:05 +0000 Subject: [PATCH 2/2] Fix formatting. --- src/config/records.ts | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/config/records.ts b/src/config/records.ts index 9b4f368..ae7e318 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -40,13 +40,25 @@ export const DNS_RECORDS: Record = { }, // Google site verifications - { subdomain: '@', type: 'TXT', content: 'google-site-verification=0jJ1JQ6pdBjRe2r6UCzi2RJbsjvglJUmekPb5rpUQXQ' }, - { subdomain: '@', type: 'TXT', content: 'google-site-verification=UI0Tjq-ecUgNu3kFATkW87qcabX6kTljsbYjms2-FdQ' }, + { + subdomain: '@', + type: 'TXT', + content: 'google-site-verification=0jJ1JQ6pdBjRe2r6UCzi2RJbsjvglJUmekPb5rpUQXQ', + }, + { + subdomain: '@', + type: 'TXT', + content: 'google-site-verification=UI0Tjq-ecUgNu3kFATkW87qcabX6kTljsbYjms2-FdQ', + }, // Other TXT verifications { subdomain: '@', type: 'TXT', content: 'czyymtp25a' }, { subdomain: '_gh-modelcontextprotocol-o', type: 'TXT', content: '8f29e697fc' }, - { subdomain: '_github-pages-challenge-modelcontextprotocol.blog', type: 'TXT', content: '1d4b431f4dc23d532fd33da4596bcf' }, + { + subdomain: '_github-pages-challenge-modelcontextprotocol.blog', + type: 'TXT', + content: '1d4b431f4dc23d532fd33da4596bcf', + }, ], };