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__codetool withaction="search"and 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
code
/mira:search authentication middleware /mira:search error handling patterns /mira:search database connection pooling