You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vendored from `v0.34.0` of jfrog/jfrog-skills.
Co-authored-by: jfrog-agentic-release-bot[bot] <276080306+jfrog-agentic-release-bot[bot]@users.noreply.github.com>
| Kiro CLI |`~/.kiro/settings/mcp.json` — Kiro's own global MCP config, not shipped by any plugin, so the `jfrog` entry is **created or merged in** with a placeholder url, then substituted like every other row above |
62
+
63
+
The Kiro CLI merge is additive and never destructive: the file normally
64
+
holds the user's other MCP servers, so a `jfrog` entry that already has a
65
+
url is left untouched (a placeholder in it is the substitution step's
66
+
job), other servers and the file's mode are preserved, a symlinked config
67
+
stays a symlink, and a file that isn't valid JSON is reported rather than
68
+
rewritten.
58
69
59
70
Harness detection (in priority order): `CODEX_SANDBOX` / `CLAUDECODE` /
60
71
`CURSOR_TRACE_ID` / `VSCODE_PID` / `TERM_PROGRAM`. Override with
61
-
`JFROG_INIT_HARNESS=claude|cursor|vscode|codex` or a specific file via
62
-
`JFROG_INIT_MCP_CONFIG=/abs/path`.
72
+
`JFROG_INIT_HARNESS=claude|cursor|vscode|codex|kiro|kiro-cli` or a
73
+
specific file via `JFROG_INIT_MCP_CONFIG=/abs/path`. Neither Kiro target
74
+
has an auto-detect signal yet — both are reachable only via the
75
+
`JFROG_INIT_HARNESS=kiro` / `kiro-cli` overrides.
76
+
77
+
`SKILL.md`'s Step 5 already has you export `JFROG_INIT_HARNESS=kiro` /
78
+
`kiro-cli` up front when you're running as one of those two — before
79
+
the detector ever runs, so Exit 3 below isn't the trigger for it.
63
80
64
81
**What the detector verifies** (three things):
65
82
@@ -83,7 +100,7 @@ reachable.
83
100
credentials, never through the JFrog MCP, so a broken or
84
101
missing plugin `mcp.json` doesn't affect whether those checks are
85
102
accurate — there's nothing to gain by stopping the walk over it.
86
-
Tell the two red causes apart from the detector's `detail` for the
103
+
Tell the red causes apart from the detector's `detail` for the
0 commit comments