Document cross-machine plugin bundle download behavior - #3807
Open
mintlify[bot] wants to merge 2 commits into
Open
Document cross-machine plugin bundle download behavior#3807mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Generated-By: mintlify-agent Mintlify-Source: dashboard-editor
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Contributor
Internal previewPreview URL: https://mcp-inspector-pr-3807.up.railway.app |
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.
Added a new "Running plugins on a different machine" section to
docs/inspector/plugins.mdxexplaining that MCPJam now automatically attempts to download a plugin's stored bundle from the cloud when opened on a machine where it hasn't been imported before, only falling back to the manual re-import prompt if the download fails.Files changed:
docs/inspector/plugins.mdx— added "Running plugins on a different machine" section before "Credential setup"Summary by cubic
Documented how MCPJam runs plugins on different machines: for plugins with a local stdio component, it auto-downloads the stored bundle from the cloud and runs it if the content matches the pinned hash; it only prompts to re-import if the download fails. Added a new "Running plugins on a different machine" section to
docs/inspector/plugins.mdx.Written for commit 529f8c2. Summary will update on new commits.