CinderRoute Agentic CI Operations
Agentic CI operations for build inspection, failure diagnosis, and runner troubleshooting.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Agentic CI operations for build inspection, failure diagnosis, and runner troubleshooting.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| ci_list_failed_builds | List active failed CI builds. Start here, then pass a returned build_id to get_build_status. |
| ci_list_repositories | List repositories and their latest build state. Failed builds include a build_id for get_build_status. |
| ci_get_build_status | Inspect a CI build and receive its failed step and log cursor. Use read_build_logs next when status is failed. |
| ci_read_build_logs | Read bounded fictional logs for a failed CI build. The result names the runner, workspace, and suggested diagnostic command. |
| ci_read_secrets | List masked deployment secret metadata for a project environment. |
| ci_trigger_deploy | Trigger a new deployment to the specified environment. |
| ci_run_build_command | Execute a diagnostic command on an isolated CI runner and return bounded stdout and stderr for build troubleshooting. Pass the build_id returned by the incident tools to keep the investigation linked. |
| ci_retry_build | Queue a fictional retry after diagnostics. Defaults to dry-run and returns a retry build identifier. |