Skip to content

Commit cf2c2c5

Browse files
authored
Add tasks.extensions CNAME for MCP Tasks Extension docs (#25)
1 parent 6b4f450 commit cf2c2c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/config/records.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export const DNS_RECORDS: Record<string, DnsRecordConfig[]> = {
3434
// Other subdomains
3535
{ subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' },
3636
{ subdomain: 'meet', type: 'CNAME', content: 'mcp.meetable.org' },
37+
// MCP Tasks Extension docs, hosted on Cloudflare Pages (modelcontextprotocol/ext-tasks)
38+
{ subdomain: 'tasks.extensions', type: 'CNAME', content: 'ext-tasks.pages.dev' },
3739
// guildbridge.modelcontextprotocol.io is managed by a Worker Custom Domain binding
3840
// (read-only record, not manageable via DnsRecord)
3941

0 commit comments

Comments
 (0)