ultra-e2e-test tasks for Cline
io.github.hynix666/ultra-e2e-test
List, create and move tasks through todo, in progress and done.
client:Cline
transport:stdio
runtime:oci
Install ultra-e2e-test tasks in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ultra-e2e-test": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hynix666/ultra-e2e-test-mcp-server:0.1.1"
],
"env": {
"TASK_API_URL": "<TASK_API_URL>",
"TASK_API_TIMEOUT_MS": "<TASK_API_TIMEOUT_MS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs