AX-1644 - add jfrog mcp and fix list available#25
Open
yanivt-jfrog wants to merge 2 commits into
Open
Conversation
Two changes that mirror the same fix shipped on claude-plugin main as PR #18: 1. plugin/.mcp.json: drop the trailing slash on the bundled --registry URL (.../coding-agents-npm/ -> .../coding-agents-npm). VS Code's MCP loader (and Claude Code's) dedupes server entries by (command, registry-URL); when the user already has an AI-Catalog-installed jfrog-mcp / chrome-devtools-mcp / etc. under the same npx + same registry URL, the bundled jfrog is silently skipped. The trailing-slash difference is enough to make the URL string distinct so dedup no longer collapses them. Functionally identical for npm, the agent-guard hook allowlist, and the agent guard itself. 2. plugin/templates/copilot-instructions.md: drop the top-of-document "# Built-in jfrog MCP" priming section. That section's "Hard rules" were strong enough to make Copilot bias listing answers toward the installed view and skip the AI-Catalog rows. Distribute the rules as small per-subsection notes that only fire when the LLM is actually doing that operation: - ## Adding an MCP: bundled jfrog is never installed via catalog; coexist as jfrog-catalog if catalog tool policy wanted. - ## Removing an MCP: removal is by uninstalling the JFrog plugin from VS Code; never delete the bundled .mcp.json. - ### Installed MCPs: report bundled jfrog as scope: plugin (jfrog), package: jfrog-mcp (bundled). The AX-1644 troubleshooting bullet ("Built-in jfrog MCP missing") is preserved exactly. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.