MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/cloud/cloud-tools.ts:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 cwd: z.string().optional().describe('Repo directory (gh infers the repo from git remote). Default current dir.'),
56});
57export class CiStatusTool extends Tool<z.infer<typeof CiArgs>> {
58 name = 'ci_status';
59 description = 'Check GitHub Actions CI status via the gh CLI: list recent workflow runs (status/conclusion/branch/workflow) or view one run\'s jobs. Read-only. Requires an installed + authenticated gh CLI. (The GitHub MCP server is the richer alternative.)';
60 isReadOnly = true; isDestructive = false; argsSchema = CiArgs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected