Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit c9687d9

Browse files
committed
feat: add CI and MCP to MetaOrigin enum
1 parent 62b3392 commit c9687d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/apify_shared/consts.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,12 @@ class MetaOrigin(str, Enum):
350350
CLI = 'CLI'
351351
"""Actor run started using the Apify command-line interface."""
352352

353+
CI = 'CI'
354+
"""Actor run started from a CI/CD pipeline (e.g. GitHub Actions)."""
355+
356+
MCP = 'MCP'
357+
"""Actor run started through the Apify client triggered from the Apify MCP server."""
358+
353359

354360
class StorageGeneralAccess(str, Enum):
355361
"""Storage setting determining how others can access the storage.

0 commit comments

Comments
 (0)