Draft
Conversation
olyagpl
reviewed
Feb 27, 2026
| environment. It supports the full Python language including the standard library and third-party packages without | ||
| native (C/rust) extensions. | ||
|
|
||
| # Sandboxing |
Member
There was a problem hiding this comment.
## Sandbox Characteristics
This section reads less like a conceptual explanation of sandboxing and more like a list of current constraints / limits. I would suggest one of these:
Sandbox Characteristics
Sandboxing: Current Implementation
Sandboxing Capabilities and Limits
Current Sandboxing Behavior
olyagpl
reviewed
Feb 27, 2026
|
|
||
| # Sandboxing | ||
|
|
||
| - Each tool invocation is ran as a separate GraalVM isolate, with an independent heap. The maxiumum heap size is limited |
olyagpl
reviewed
Feb 27, 2026
|
|
||
| # Sandboxing | ||
|
|
||
| - Each tool invocation is ran as a separate GraalVM isolate, with an independent heap. The maxiumum heap size is limited |
olyagpl
reviewed
Feb 27, 2026
olyagpl
reviewed
Feb 27, 2026
| # Virtual environments and third-party package support | ||
|
|
||
| It is possible to make the MCP server use a virtual environment with third-party packages that don't contain native | ||
| extensions. The virtual environment must be created using a GraalPy standalone distribution of the same version as this |
Member
There was a problem hiding this comment.
Suggestion for the second sentence:
The virtual environment must be created using a GraalPy standalone distribution that matches the version of the MCP server.
olyagpl
reviewed
Feb 27, 2026
olyagpl
reviewed
Feb 27, 2026
olyagpl
reviewed
Feb 27, 2026
olyagpl
approved these changes
Feb 27, 2026
Co-authored-by: Olga Gupalo <olga.gupalo@oracle.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.
Add a MCP server that provides the ability to evaluate python code in a sadboxed envrionment. The sandboxing options are configurable. See the added README for usage.