Skip to content

Commit cf4f582

Browse files
committed
Add model context protocol server
1 parent e886f07 commit cf4f582

10 files changed

+992
-152
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
This changelog summarizes all changes of the RAG Web Browser
22

3-
### 2024-11-13
3+
### 1.0.4 (2024-12-27)
4+
5+
🚀 Features
6+
- Include Model Context Protocol in Standby Mode
7+
8+
### 1.0.3 (2024-11-13)
49

510
🚀 Features
611
- Improve README.md and simplify configuration
@@ -11,13 +16,13 @@ This changelog summarizes all changes of the RAG Web Browser
1116
- Rename googleSearchResults to searchResults and searchProxyGroup to serpProxyGroup
1217
- Implement input validation
1318

14-
### 2024-11-08
19+
### 0.1.4 (2024-11-08)
1520

1621
🚀 Features
1722
- Add functionality to extract content from a specific URL
1823
- Update README.md to include new functionality and provide examples
1924

20-
### 2024-10-17
25+
### 0.0.32 (2024-10-17)
2126

2227
🚀 Features
2328
- Handle errors when request is added to Playwright queue.

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,9 @@ And then you can run it locally using [Apify CLI](https://docs.apify.com/cli) as
277277
```bash
278278
APIFY_META_ORIGIN=STANDBY apify run -p
279279
```
280+
281+
Server will start on `http://localhost:3000` and you can send requests to it, for example:
282+
283+
```bash
284+
curl "http://localhost:3000/search?query=example.com"
285+
```

0 commit comments

Comments
 (0)