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 dd4c1c4 commit 699d7daCopy full SHA for 699d7da
registry/coder/modules/cursor/main.tf
@@ -87,13 +87,13 @@ resource "coder_app" "cursor" {
87
}
88
89
resource "coder_script" "cursor_mcp" {
90
- count = var.mcp != "" ? 1 : 0
91
- agent_id = var.agent_id
92
- display_name = "Cursor MCP"
93
- icon = "/icon/cursor.svg"
94
- run_on_start = true
+ count = var.mcp != "" ? 1 : 0
+ agent_id = var.agent_id
+ display_name = "Cursor MCP"
+ icon = "/icon/cursor.svg"
+ run_on_start = true
95
start_blocks_login = false
96
- script = <<-EOT
+ script = <<-EOT
97
#!/bin/sh
98
set -eu
99
mkdir -p "$HOME/.cursor"
0 commit comments