Documentation
README
CAS Search
Use mcp__cas__search to find information across CAS content and code. Choose the right action for the job:
Which Action to Use
search — Conceptual queries across memories, tasks, rules, skills:
mcp__cas__search action=search query="authentication flow" doc_type=entry
Filter with doc_type (entry, task, rule, skill, code_symbol, code_file) for better relevance.
code_search — Find code symbols by what they do, not exact names:
mcp__cas__search action=code_search query="user authentication" kind=function language=rust
Use include_source=true to get source code inline.
This is the opening of the README. Read the full README on GitHub.