Skip to content
Open
Show file tree
Hide file tree
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
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is a significantly enhanced fork of [hanzili/comet-mcp](https://github.com/
| Capability | Original | Enhanced |
|------------|----------|----------|
| Platform Support | macOS | Windows, WSL, macOS |
| Available Tools | 6 | 8 (+comet_tabs, +comet_upload) |
| Available Tools | 6 | 9 (+comet_tabs, +comet_upload, +youcom_search) |
| Completion Detection | Fixed timeout | Stability-based |
| Connection Recovery | None | Auto-reconnect with backoff |
| Tab Management | None | Full registry and control |
Expand Down Expand Up @@ -305,6 +305,25 @@ File uploaded successfully: /home/user/doc.pdf

---

### youcom_search

Optional You.com web search results for live external context. Set `YDC_API_KEY` to enable it.

```
Parameters:
- query (required): Search query
- count (optional): Number of results to return
- freshness (optional): day, week, month, or year
```

**Example:**

```
> youcom_search {"query":"playwright locator best practices","count":5}
```

---

## Architecture

```
Expand Down Expand Up @@ -346,6 +365,7 @@ File uploaded successfully: /home/user/doc.pdf
|----------|-------------|---------|
| `COMET_PATH` | Custom path to Comet executable | Auto-detected |
| `COMET_PORT` | CDP debugging port | 9223 |
| `YDC_API_KEY` | Enables the optional `youcom_search` tool | unset |

### Custom Comet Path

Expand Down
Loading