Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ An MCP (Model Context Protocol) server that provides tools for searching and ana

## Installation

1. Install dependencies:
1. Clone this repository:
```bash
uv pip install -e .
git clone https://github.com/bwads001/cc-session-search.git
cd cc-session-search
```

2. Clone this repository:
2. Install dependencies:
```bash
git clone https://github.com/bwads001/cc-session-search.git
cd cc-session-search
uv pip install -e .
```

3. Add to Claude Code MCP config (`~/.config/claude/mcp.json`):
Expand Down Expand Up @@ -71,4 +71,4 @@ Key features:

## License

MIT
MIT