[build-tools] Add sandbox MCP connection step - #4333
Open
sjchmiela wants to merge 1 commit into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stanley/mcp-server-url-context #4333 +/- ##
==================================================================
+ Coverage 65.50% 65.54% +0.04%
==================================================================
Files 1061 1063 +2
Lines 49338 49442 +104
Branches 10504 10464 -40
==================================================================
+ Hits 32313 32400 +87
- Misses 15602 16926 +1324
+ Partials 1423 116 -1307 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
sjchmiela
force-pushed
the
stanley/sandbox-mcp-daemon
branch
from
September 3, 2026 20:38
a860d22 to
d0b5a8f
Compare
sjchmiela
changed the base branch from
main
to
stanley/mcp-server-url-context
September 3, 2026 20:39
sjchmiela
force-pushed
the
stanley/sandbox-mcp-daemon
branch
2 times, most recently
from
September 3, 2026 21:18
d7401e8 to
d0f408b
Compare
sjchmiela
force-pushed
the
stanley/sandbox-mcp-daemon
branch
4 times, most recently
from
September 3, 2026 21:27
c67dbb1 to
7c1c971
Compare
sjchmiela
force-pushed
the
stanley/sandbox-mcp-daemon
branch
from
September 3, 2026 21:31
7c1c971 to
7fe8c92
Compare
sjchmiela
force-pushed
the
stanley/sandbox-mcp-daemon
branch
from
September 4, 2026 11:14
29c5674 to
7fe8c92
Compare
|
⏩ The changelog entry check has been skipped since the "no changelog" label is present. |
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.
Why
See https://github.com/expo/universe/pull/30766.
How
Added a simple "sandbox daemon" that connects to MCP and an
eas/start_sandboxEAS function.This sets up the basic structure, planning to take care of protocol, handling messages and executing commands will come in future PRs.
Test Plan
Tested with https://github.com/expo/universe/pull/30766 and https://github.com/expo/universe/pull/30763.