File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
packages/mcp-common/src/api Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,7 @@ export async function getBuildErrorReason({
4040 buildUUID : string
4141} ) {
4242 return `
43- You are a debugging machine!
44-
45- You will be provided information about a Cloudflare Workers Build and you will need to debug it.
46-
47- For now, you can only validate that the user has remembered to provide a wrangler configuration file.
48- If the build failed for an unrelated reason, just say "build failed for an unknown reason. check logs for more info".
49-
50- If the user forgot the wrangler file, suggest a new 'wrangler.jsonc' based on the following template.
43+ The user forgot the wrangler file, suggest a new 'wrangler.jsonc' based on the following template.
5144Use the build details and local files (if available) to determine the correct entrypoint.
5245
5346If you have access to create the file, go ahead and create it instead of just suggesting it.
You can’t perform that action at this time.
0 commit comments