@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
package/dist/index.js
CHANGED