From 80daf3a2cf355e1d7353ca2b1e7b8931a5eebde9 Mon Sep 17 00:00:00 2001 From: Dale Seo <5466341+DaleSeo@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:11:32 -0500 Subject: [PATCH] Add rust.sdk CNAME record to records.ts --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index 5b67fca..b629868 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -26,6 +26,7 @@ export const DNS_RECORDS: Record = { { subdomain: 'py.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'java.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'kotlin.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, + { subdomain: 'rust.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, // Other subdomains { subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' },