Skip to content

Commit 4369380

Browse files
dsp-antclaude
andcommitted
Point .net and .org domains to mcp-redirect.pages.dev
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d5c7236 commit 4369380

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/config/records.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ export const DNS_RECORDS: Record<string, DnsRecordConfig[]> = {
6161
},
6262
],
6363
'modelcontextprotocol.net': [
64-
{ subdomain: '@', type: 'CNAME', content: 'soft-credit-156d.mcp-domain-account.workers.dev' },
64+
{ subdomain: '@', type: 'CNAME', content: 'mcp-redirect.pages.dev' },
6565
],
6666
'modelcontextprotocol.org': [
67-
{ subdomain: '@', type: 'CNAME', content: 'soft-credit-156d.mcp-domain-account.workers.dev' },
67+
{ subdomain: '@', type: 'CNAME', content: 'mcp-redirect.pages.dev' },
6868
],
6969
};
7070

0 commit comments

Comments
 (0)