We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4f450 commit cf2c2c5Copy full SHA for cf2c2c5
1 file changed
src/config/records.ts
@@ -34,6 +34,8 @@ export const DNS_RECORDS: Record<string, DnsRecordConfig[]> = {
34
// Other subdomains
35
{ subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' },
36
{ 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' },
39
// guildbridge.modelcontextprotocol.io is managed by a Worker Custom Domain binding
40
// (read-only record, not manageable via DnsRecord)
41
0 commit comments