search_current_project
Retrieve prior work and conversations specific to the current project repository. Use this to recall past discussions and decisions within the same project.
Instructions
Search only the conversation history for the CURRENT project — the git repository (or directory) this MCP server was launched in. Use this first when the user asks about prior work on the project you're in; it scopes results to this repo. Falls back to all sources within that project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 20). | |
| query | Yes | The search query. | |
| hybrid | No | Fuse keyword + on-device semantic search. |