A guide to starting MCP-CCE - Docker-packed interpreter of the Cerberus programming language
In this guide you will learn how to start MCP-CCE.MCP-CCE is an essential part of the Cerberus platform. It is a Docker-packed interpreter of the Cerberus programming language, which allows AutoPT to execute Cerberus code on your machine. Without it, no testing can be performed.
Run MCP-CCE using the following command, replacing TOKEN with the token obtained from the session with AutoPT and BACKEND_URL with the backend URL of your C7 Cerberus instance.
Copy
docker run -it -e CODEROOM_RUNNER_TOKEN=TOKEN -e CODEROOM_BACKEND_URL=BACKEND_URL --rm mcp-cce