From ae9c70304aee313bc4249debacda7223fd880e8d Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 24 Mar 2026 02:34:42 +0900 Subject: [PATCH] Add Ruby SDK domain https://modelcontextprotocol.github.io/ruby-sdk/ will become https://ruby.sdk.modelcontextprotocol.io/. --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index a5d299d..3b13bc2 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -29,6 +29,7 @@ export const DNS_RECORDS: Record = { { 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' },