AX-1862: Fix jfrog MCP config in vscode-plugin#38
Merged
Conversation
Use VS Code top-level servers config shape with a <JFROG_URL> placeholder that users replace with their JFrog platform host. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
yanivt-jfrog
approved these changes
Jul 17, 2026
MatanEden1
added a commit
that referenced
this pull request
Jul 19, 2026
JFROG_PLATFORM_URL is no longer used; .mcp.json now uses the stdio agent-guard. Revert the two README changes from #38 that referenced it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
MatanEden1
added a commit
that referenced
this pull request
Jul 19, 2026
* test: route jfrog MCP through local agent-guard + login-rule hook Co-authored-by: Cursor <cursoragent@cursor.com> * add jfrog mcp with agent guard * change version * remove gitignore * AX-1746: Update version * Remove stale JFROG_PLATFORM_URL references from README JFROG_PLATFORM_URL is no longer used; .mcp.json now uses the stdio agent-guard. Revert the two README changes from #38 that referenced it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Matan Eden <57892946+MatanEden1@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Summary
plugin/.mcp.jsonto the VS Code top-levelserversconfig shape.https://<JFROG_URL>/mcpplaceholder that users replace manually with their JFrog platform host (VS Code MCPurlfields don't reliably read env vars, especially when launched from the Dock/Spotlight).