@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.cjs CHANGED
@@ -7410,7 +7410,7 @@ var SOURCE_REPO = `${REPO_OWNER}/${REPO_NAME}`;
7410
7410
  var AGENT_PRESET_FOLDERS = {
7411
7411
  cursor: ".cursor",
7412
7412
  "claude-code": ".claude",
7413
- codex: ".agent"
7413
+ codex: ".agents"
7414
7414
  };
7415
7415
  var ALL_PRESETS = ["cursor", "claude-code", "codex"];
7416
7416
  function sendInstallTelemetryEvent(agents, skills) {
@@ -7477,7 +7477,7 @@ function createSkillsCommand() {
7477
7477
  console.log(source_default.cyan("\u{1F4DA} Installing mcp-use skills..."));
7478
7478
  console.log(
7479
7479
  source_default.gray(
7480
- " Downloading from github.com/mcp-use/mcp-use \u2192 .cursor/skills, .claude/skills, .agent/skills"
7480
+ " Downloading from github.com/mcp-use/mcp-use \u2192 .cursor/skills, .claude/skills, .agents/skills"
7481
7481
  )
7482
7482
  );
7483
7483
  try {