feat(domains): add Cloudflare MCP guidance for DNS record setup - #832
Open
jiashuoz wants to merge 3 commits into
Open
feat(domains): add Cloudflare MCP guidance for DNS record setup#832jiashuoz wants to merge 3 commits into
jiashuoz wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When users set up custom domain DNS records, remind them to use Cloudflare MCP if their domain is managed by Cloudflare so coding agents can configure DNS records automatically.
Changes
https://github.com/cloudflare/mcp) toAddDomainForm,DomainCard, andDNSSetupCard. RefactoredFieldto acceptReactNodehints for link rendering.register_domaintool description instructing AI agents to suggest Cloudflare MCP when setting up custom domains.e2a doctorremediation guidance for pending domain states.plugins/e2a/skills/e2a/SKILL.md(mental model item 6 and custom domain workflow step 2) to recommend Cloudflare MCP when domains are managed by Cloudflare; bumped skill version to 25.web/public/setup.md.Testing
@e2a/clitest suite (19 test files, 276 tests passing)@e2a/mcp-servertest suite (13 test files, 300 tests passing)@e2a/webtest suite (91 test files, 745 tests passing)scripts/plugin-agent-guidance.test.mjs,scripts/validate-plugin.mjs)make test-unit)