@curenorway/kode-cli 1.3.5 → 1.3.6

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.
@@ -743,7 +743,8 @@ config.json
743
743
  mcpConfig.mcpServers = mcpConfig.mcpServers || {};
744
744
  mcpConfig.mcpServers["cure-kode"] = {
745
745
  command: "npx",
746
- args: ["@curenorway/kode-mcp"]
746
+ args: ["-y", "@curenorway/kode-mcp"],
747
+ env: {}
747
748
  };
748
749
  writeFileSync3(mcpConfigPath, JSON.stringify(mcpConfig, null, 2) + "\n");
749
750
  spinner.text = "Generating AI context files...";
@@ -876,6 +877,9 @@ config.json
876
877
  console.log(chalk.cyan(" 1. kode pull ") + chalk.dim("Download existing scripts"));
877
878
  console.log(chalk.cyan(" 2. kode watch ") + chalk.dim("Watch for changes and auto-push"));
878
879
  console.log(chalk.cyan(" 3. kode deploy ") + chalk.dim("Deploy to staging/production"));
880
+ console.log(chalk.bold("\n\u{1F4A1} MCP Tools:"));
881
+ console.log(chalk.dim(" Restart Claude Code, then use /mcp to approve the cure-kode server."));
882
+ console.log(chalk.dim(" This enables AI tools like kode_update_script, kode_assign_script_to_page, etc."));
879
883
  if (claudeMdAction === "separate") {
880
884
  console.log(chalk.yellow("\n\u{1F4A1} Tip: Add this line to your CLAUDE.md to reference Kode instructions:"));
881
885
  console.log(chalk.dim(" See KODE.md for Cure Kode CDN management instructions."));
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  readPageContext,
16
16
  statusCommand,
17
17
  watchCommand
18
- } from "./chunk-BE4YS6BD.js";
18
+ } from "./chunk-JJDHEHNA.js";
19
19
 
20
20
  // src/cli.ts
21
21
  import { Command } from "commander";
package/dist/index.js CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  updateScriptPurpose,
28
28
  watchCommand,
29
29
  writeContext
30
- } from "./chunk-BE4YS6BD.js";
30
+ } from "./chunk-JJDHEHNA.js";
31
31
  export {
32
32
  KodeApiClient,
33
33
  KodeApiError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curenorway/kode-cli",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "CLI tool for Cure Kode - manage JS/CSS scripts for Webflow sites",
5
5
  "type": "module",
6
6
  "bin": {