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
|**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 |
|**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|
18
18
19
19
This MCP server is still a work in progress, and we plan to add more tools in the future.
20
20
21
-
22
21
### Prompt Examples
23
22
24
23
-`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:
46
45
47
46
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.
48
47
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