Skip to content

Commit 058cd8e

Browse files
committed
fixup!
1 parent fcd9f3a commit 058cd8e

File tree

1 file changed

+2
-2
lines changed
  • registry/coder-labs/modules/cursor-cli

1 file changed

+2
-2
lines changed

registry/coder-labs/modules/cursor-cli/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ variable "api_key" {
8484

8585
variable "mcp_json" {
8686
type = string
87-
description = "Project-specific MCP JSON to write to <folder>/.cursor/mcp.json. See https://docs.cursor.com/en/context/mcp#using-mcp-json"
87+
description = "Workspace-specific MCP JSON to write to ~/.cursor/mcp.json. See https://docs.cursor.com/en/context/mcp#using-mcp-json"
8888
default = null
8989
}
9090

9191
variable "rules_files" {
9292
type = map(string)
93-
description = "Optional map of rule file name to content. Files will be written to <folder>/.cursor/rules/<name>. See https://docs.cursor.com/en/context/rules#project-rules"
93+
description = "Optional map of rule file name to content. Files will be written to ~/.cursor/rules/<name>. See https://docs.cursor.com/en/context/rules#project-rules"
9494
default = null
9595
}
9696

0 commit comments

Comments
 (0)