Ir Index¶
Build or check the IR search index. Run 'build' to index conversations for semantic search. Run 'status' to check index health.
MCP name: ir_index
Category: context
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
action |
str |
No | 'build' (default) or 'status' |
days |
int |
No | Index sessions from last N days (default 30) |
force |
bool |
No | Rebuild from scratch (default False) |
source |
str |
No | Source to index: 'conversation' (default) |