Cloudflare Containers
Container sandbox management.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Container Initialize: Start or restart the container. Use this tool to initialize a container before running any python or node.js code that the user requests ro run.
- Container Ping: Ping the container for liveliness. Use this tool to check if the container is running.
- Container Exec: Run a command in a container and return the results from stdout. If necessary, set a timeout. To debug, stream back standard error. If you're using python, ALWAYS use python3 alongside
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Container sandbox management. Spin up isolated development environments on Cloudflare.
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| container_initialize | Start or restart the container. Use this tool to initialize a container before running any python or node.js code that the user requests ro run. |
| container_ping | Ping the container for liveliness. Use this tool to check if the container is running. |
| container_exec | Run a command in a container and return the results from stdout. If necessary, set a timeout. To debug, stream back standard error. If you're using python, ALWAYS use python3 alongside pip3 |
| container_file_delete | Delete file in the working directory |
| container_file_write | Create a new file with the provided contents in the working direcotry, overwriting the file if it already exists |
| container_files_list | List working directory file tree. This just reads the contents of the current working directory |
| container_file_read | Read a specific file or directory. Use this tool if you would like to read files or display them to the user. This allow you to get a displayable image for the user if there is an image file. |