You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sandbox-container/README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,17 @@ This is a simple MCP-based interface for a sandboxed development environment.
4
4
5
5
## Local dev
6
6
7
-
Currently a work in progress. Cloudchamber local dev isn't implemented yet, so we are doing a bit of a hack to just run the server in your local environment.
7
+
Cloudchamber local dev isn't implemented yet, so we are doing a bit of a hack to just run the server in your local environment. Because of this, testing the container(s) and container manager locally is not possible at this time.
8
8
9
-
TODO: replace locally running server with the real docker container.
9
+
Do the following from within the sandbox-container app:
10
+
11
+
1. Copy the `.dev.vars.example` file to a new `.dev.vars` file.
12
+
2. Get the Cloudflare client id and secret from a team member and add them to the `.dev.vars` file.
13
+
3. Run `pnpm i` then `pnpm dev` to start the MCP server.
14
+
4. Run `pnpx @modelcontextprotocol/inspector` to start the MCP inspector client.
15
+
5. Open the inspector client in your browser and connect to the server via `http://localhost:8976/workers/sandbox/sse`.
16
+
17
+
Note: Temporary files created through files tool calls are stored in the workdir folder of this app.
0 commit comments