Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jfrog",
"displayName": "JFrog",
"description": "Official JFrog plugin. Connect Claude Code to JFrog to manage, secure, and govern your software supply chain. Give agents the context to build secure, compliant software.",
"version": "0.2.4",
"version": "0.2.5",
"author": {
"name": "JFrog Ltd.",
"email": "devrel@jfrog.com",
Expand Down
6 changes: 6 additions & 0 deletions templates/jfrog-mcp-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,12 @@ the display name.

## Key Rules

- **Package scope is case-sensitive — ALWAYS write it lowercase as
`@jfrog/agent-guard`, NEVER `@JFrog/agent-guard`.** npm scopes are
case-sensitive; the published package is the lowercase
`@jfrog/agent-guard`. Capitalizing the brand (`@JFrog`) points at a
different/nonexistent scope and breaks the command. Use the exact
lowercase string in every command and config entry.
- **`npx` arg order:** `--yes`, `--registry <URL>`,
`@jfrog/agent-guard`, then agent guard flags. Both `--yes` and
`--registry` MUST precede the package name or `npx` falls back to
Expand Down
Loading