Semantic Code Search
Search the codebase using Mira's semantic search to find code by meaning, not just text.
Query: $ARGUMENTS
Instructions
- Use the
mcp__mira__search_codetool with the query provided above - Set an appropriate limit (default: 10 results)
- Present results clearly with:
- File path and line numbers
- Relevance score
- Code snippet preview
- Group related results if they're from the same module
- Suggest follow-up searches if results seem incomplete
Example Usage
/mira:search authentication middleware
/mira:search error handling patterns
/mira:search database connection pooling