diff --git a/src/config/records.ts b/src/config/records.ts index b629868..1c975a2 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -27,6 +27,7 @@ export const DNS_RECORDS: Record = { { 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' }, // Other subdomains { subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' },