diff --git a/src/config/records.ts b/src/config/records.ts index 4ca673a..5b67fca 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -21,6 +21,11 @@ export const DNS_RECORDS: Record = { { subdomain: 'maintainers', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'static', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { 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: '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' }, // Other subdomains { subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' },