Skip to content

Commit 519030e

Browse files
committed
linting
1 parent 730fab1 commit 519030e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

apps/sandbox-container/README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@ It integrates tools for running a sandbox container with your MCP client. With t
66

77
## Tools
88

9-
| **Category** | **Tool** | **Description** |
10-
| ----------------- | -------------------------- | ----------------------------------------------------------------------------- |
11-
| **Container Lifecycle** | `container_initialize` | (Re)start a container. Containers are intended to be ephemeral and don't save any state. Containers are only guaranteed to last ~10m.|
12-
| | `container_ping` | Ping a container for connectivity |
13-
| **Filesystem** | `container_file_write` | Write to a file |
14-
| | `container_files_list` | List all files in the work directory |
15-
| | `container_file_read` | Read the contents of a single file or directory |
16-
| | `container_file_delete` | Delete a single file or directory |
17-
| **Execution** | `container_exec` | Run a command in the shell |
9+
| **Category** | **Tool** | **Description** |
10+
| ----------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
11+
| **Container Lifecycle** | `container_initialize` | (Re)start a container. Containers are intended to be ephemeral and don't save any state. Containers are only guaranteed to last ~10m. |
12+
| | `container_ping` | Ping a container for connectivity |
13+
| **Filesystem** | `container_file_write` | Write to a file |
14+
| | `container_files_list` | List all files in the work directory |
15+
| | `container_file_read` | Read the contents of a single file or directory |
16+
| | `container_file_delete` | Delete a single file or directory |
17+
| **Execution** | `container_exec` | Run a command in the shell |
1818

1919
This MCP server is still a work in progress, and we plan to add more tools in the future.
2020

21-
2221
### Prompt Examples
2322

2423
- `Create a visualization using matplotlib. Run it in the container that you can start`
@@ -46,4 +45,4 @@ Replace the content with the following configuration:
4645

4746
Once you've set up your configuration file, restart MCP client and a browser window will open showing your OAuth login page. Proceed through the authentication flow to grant the client access to your MCP server. After you grant access, the tools will become available for you to use.
4847

49-
Interested in contributing, and running this server locally? See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
48+
Interested in contributing, and running this server locally? See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.

0 commit comments

Comments
 (0)