Context Bundle¶
Run all (or selected) collectors and save a context bundle to disk. Use individual collectors (context_git, context_chat, etc.) when you only need one source.
MCP name: context_bundle
Category: context
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
days |
int |
No | Override all time windows to N days (day-granular) |
hours |
int |
No | Override all time windows to N hours (day-granular; takes precedence over days) |
only |
str |
No | Comma-separated collectors (e.g. 'git,chats'). Default: all. |
since |
str |
No | Exact window start: ISO datetime or relative shorthand ("18h", "2d"). The precise, authoritative window for every source (minute-level); wins over hours/days. |
until |
str |
No | Exact window end: ISO datetime or relative shorthand. Defaults to now when since is given. |