This commit is contained in:
Shawn Morreau
2025-11-18 19:20:26 -05:00
parent c72d44382f
commit 3982b147f9
3 changed files with 18 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { existsSync, mkdirSync, readFileSync, writeFileSync } from "node:fs";
import { join, resolve } from "node:path";
import { log } from "../utils/cli.ts";
import { addInstructions } from "./instructions.ts";
import { agent, installFromCurl, type AddMcpServerParams } from "./shared.ts";
import { type AddMcpServerParams, agent, installFromCurl } from "./shared.ts";
export const cursor = agent({
name: "cursor",