Skip to content

Commit 48d6707

Browse files
committed
adjust prompt
1 parent 786bf46 commit 48d6707

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/mcp-common/src/api/workers-builds.api.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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.
5144
Use the build details and local files (if available) to determine the correct entrypoint.
5245
5346
If you have access to create the file, go ahead and create it instead of just suggesting it.

0 commit comments

Comments
 (0)