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
Strip trailing whitespace from STRICT mandate lines
Addresses AI review nit: trailing spaces on added lines (two trailing
spaces render as a hard <br> in markdown).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: plugins/jfrog/templates/jfrog-mcp-management.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ not call `--inspect` — go to "Listing MCPs > Available to install"
121
121
instead, show the catalog, have them pick, then come back to Step 2
122
122
with the chosen name.
123
123
124
-
Once you have a name, you must fetch its live details.
124
+
Once you have a name, you must fetch its live details.
125
125
126
126
**STRICT LIVE EXECUTION MANDATE:** Every time the user asks for details, parameters, configuration, or an inspection of a specific MCP, you **MUST** physically run the terminal command below. **NEVER** reuse, assume, or copy configuration payloads from previous chat turns or context history, as the underlying configuration or headers may have changed. A fresh, live execution tool call is mandatory for every single inquiry.
127
127
@@ -329,10 +329,10 @@ elsewhere.
329
329
`npx --yes` fetches the gateway on demand, so this works on a
330
330
fresh machine too.
331
331
332
-
2.**STRICT LIVE EXECUTION MANDATE:** Every time the user asks to see available MCPs,
333
-
the catalog, or what can be installed, you **MUST** physically run the terminal
334
-
command below. **NEVER** copy, reuse, or re-display lists from previous turns
335
-
or context history, even if the request was made just moments ago. A fresh,
332
+
2.**STRICT LIVE EXECUTION MANDATE:** Every time the user asks to see available MCPs,
333
+
the catalog, or what can be installed, you **MUST** physically run the terminal
334
+
command below. **NEVER** copy, reuse, or re-display lists from previous turns
335
+
or context history, even if the request was made just moments ago. A fresh,
336
336
live execution tool call is mandatory for every single inquiry.
337
337
338
338
3. Run EXACTLY this command — `--project` is passed as a CLI flag
0 commit comments