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' },