Session Search¶
Hybrid search within a single session. Uses IR (keyword/semantic/substring) scoped to the session, then resolves chunk hits to message-level results via the span map.
MCP name: session_search
Category: context
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
method |
str |
No | Search method: 'substring', 'keyword', 'semantic', or 'keyword,semantic' (default) |
query |
str |
Yes | Search query |
session_id |
str |
Yes | Full or partial session UUID |
top_k |
int |
No | Max chunk hits to resolve (default 5) |