Skip to content

Commit a844fbb

Browse files
committed
feat: update prompt and README.md
1 parent b99023b commit a844fbb

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

registry/coder-labs/modules/cursor-cli/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ module "cursor_cli" {
109109
```
110110

111111
> [!NOTE]
112-
> A `.cursor` directory will be created in the specified `folder`, containing the MCP configuration, rules
113-
> Cursor CLI doesn't seem fully compatible with MCPs, so Coder tasks and Coder MCP will not work with this module.
112+
> A `.cursor` directory will be created in the specified `folder`, containing the MCP configuration, rules.
114113
115114
## References
116115

registry/coder-labs/modules/cursor-cli/scripts/start.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ fi
5858

5959
if [ -n "$ARG_AI_PROMPT" ]; then
6060
printf "AI prompt provided\n"
61-
# Note: As of now cursor-agent is not able to handle MCP calls properly, so we are skipping the tasks.
62-
# ARGS+=("Execute the task end‑to‑end and also report progress to Coder. Do not only report; always produce the actual deliverable in chat. Task at hand: $ARG_AI_PROMPT")
63-
64-
ARGS+=("$ARG_AI_PROMPT")
61+
ARGS+=("Complete the task at hand in one go. Every step of the way, report your progress using coder_report_task tool with proper summary and statuses. Your task at hand: $ARG_AI_PROMPT")
6562
fi
6663

6764
# Log and run in background, redirecting all output to the log file

0 commit comments

Comments
 (0)