formatting
This commit is contained in:
parent
c7890ebae4
commit
889cfd75d7
@ -57,7 +57,6 @@ variable "mcp" {
|
||||
}
|
||||
|
||||
data "coder_workspace" "me" {}
|
||||
|
||||
data "coder_workspace_owner" "me" {}
|
||||
|
||||
module "vscode-desktop-core" {
|
||||
|
||||
@ -105,10 +105,7 @@ describe("cursor", async () => {
|
||||
}
|
||||
expect(resp.exitCode).toBe(0);
|
||||
|
||||
const content = await readFileContainer(
|
||||
id,
|
||||
"/root/.cursor/mcp.json",
|
||||
);
|
||||
const content = await readFileContainer(id, "/root/.cursor/mcp.json");
|
||||
expect(content).toBe(mcp);
|
||||
} finally {
|
||||
await removeContainer(id);
|
||||
|
||||
@ -52,7 +52,7 @@ variable "display_name" {
|
||||
|
||||
variable "mcp" {
|
||||
type = string
|
||||
description = "JSON-encoded string to configure MCP servers for Windsurf. When set, writes ~/.codeium/windsurf/mcp_config.json."
|
||||
description = "JSON-encoded string to configure MCP servers for Windsurf. When set, writes $HOME/.codeium/windsurf/mcp_config.json."
|
||||
default = null
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user