@mcp-use/cli 3.5.3-canary.0 → 3.5.3-canary.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -7395,7 +7395,7 @@ var SOURCE_REPO = `${REPO_OWNER}/${REPO_NAME}`;
7395
7395
  var AGENT_PRESET_FOLDERS = {
7396
7396
  cursor: ".cursor",
7397
7397
  "claude-code": ".claude",
7398
- codex: ".agent"
7398
+ codex: ".agents"
7399
7399
  };
7400
7400
  var ALL_PRESETS = ["cursor", "claude-code", "codex"];
7401
7401
  function sendInstallTelemetryEvent(agents, skills) {
@@ -7462,7 +7462,7 @@ function createSkillsCommand() {
7462
7462
  console.log(source_default.cyan("\u{1F4DA} Installing mcp-use skills..."));
7463
7463
  console.log(
7464
7464
  source_default.gray(
7465
- " Downloading from github.com/mcp-use/mcp-use \u2192 .cursor/skills, .claude/skills, .agent/skills"
7465
+ " Downloading from github.com/mcp-use/mcp-use \u2192 .cursor/skills, .claude/skills, .agents/skills"
7466
7466
  )
7467
7467
  );
7468
7468
  try {