Document sandbox unavailable notice for local inspectors - #3802
Open
mintlify[bot] wants to merge 2 commits into
Open
Document sandbox unavailable notice for local inspectors#3802mintlify[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-3802.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 documentation for the new
sandbox_unavailablebehavior introduced in the merged PR: when a chatbox with a sandbox image is accessed via a local/npxinspector, bash is now suppressed with a clear notification instead of silently failing or incurring billable sandbox provisioning.Files changed:
docs/inspector/computer.mdx— Added a new bullet point under "Chatbox sandbox → How it works" describing the notification users see when bash is unavailable because the inspector can't execute disposable cloud sandboxes.Summary by cubic
Documented the
sandbox_unavailablebehavior for local/npxinspectors: when a chatbox depends on a sandbox image, bash is hidden and a notice explains the inspector can’t run disposable sandboxes. This clarifies behavior when opening a share link from a local inspector and avoids silent failures or unintended sandbox provisioning.Written for commit c778526. Summary will update on new commits.