You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mcp): process participation in search_graph results
BM25 search results now include a 'processes' array showing which execution
flows each result symbol participates in (up to 5 per symbol). Uses a
single prepared statement with process_steps JOIN for efficiency.
This closes the gap with flow-grouped search: users can see not just the
symbol name and file, but which end-to-end flows it belongs to.
Requires sqlite3.h include in mcp.c for direct SQLite access to the
process_steps table via cbm_store_get_db().
0 commit comments