From a1a8ebd7ec713afec806a91011953193b00b2c9f Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Tue, 7 Apr 2026 21:29:29 +0000 Subject: [PATCH] Restore go.sdk and ruby.sdk CNAMEs :house: Remote-Dev: homespace --- src/config/records.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/records.ts b/src/config/records.ts index d5ef1c0..d1b3a54 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -23,11 +23,13 @@ export const DNS_RECORDS: Record = { { subdomain: 'apps.extensions', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'ts.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'csharp.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, + { subdomain: 'go.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { 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' }, { subdomain: 'php.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, + { subdomain: 'ruby.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, // Other subdomains { subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' },