# Cardea Agentic Search

The Cardea Agentic Search is a Model Context Protocol (MCP) server that provides agentic search capabilities with support for vector search using Qdrant, keyword search using TiDB, or both combined.

## Tools

- **search**
  - Perform a vector, keyword, or combined search for the given query
  - Input parameters:
    - `query`: The query to search for
  - Returns a list of search results

## Usage

See [USAGE.md](docs/USAGE.md) for detailed usage instructions and examples.

## Development

See [DEVELOPMENT.md](docs/DEVELOPMENT.md) for detailed development instructions.
