Skip to content

Commit 9067509

Browse files
authoredMar 17, 2025··
fix: changelog, package (#17)
1 parent 0c46df9 commit 9067509

File tree

3 files changed

+13
-23
lines changed

3 files changed

+13
-23
lines changed
 

Diff for: ‎CHANGELOG.md

+10-20
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,26 @@ All notable changes to this project will be documented in this file.
44

55
## [0.1.1](https://github.com/apify/mcp-server-rag-web-browser/releases/tag/v0.1.1) (2025-03-17)
66

7+
### 🚀 Features
8+
- Add scraping tool option ([#13](https://github.com/apify/mcp-server-rag-web-browser/pull/13)) ([0dc796c](https://github.com/apify/mcp-server-rag-web-browser/commit/0dc796cea98e02e276fcc03e43514fa156a3018d)) by [@jirispilka](https://github.com/jirispilka)
9+
- Refactor server to simplify it ([#14](https://github.com/apify/mcp-server-rag-web-browser/pull/14)) ([bbd063b](https://github.com/apify/mcp-server-rag-web-browser/commit/bbd063b2b4fc58e1fd25c07908ec1e8355955c59)) by [@jirispilka](https://github.com/jirispilka)
10+
- Change env variable name from APIFY_API_TOKEN to APIFY_TOKEN
11+
- Add extra query parameters
12+
- Remove unnecessary example clients (SSE and chat client)
13+
- Create NPM package @apify/mcp-server-rag-web-browser
14+
- Update readme
15+
716
### 🐛 Bug Fixes
817

918
- Workflow ([#16](https://github.com/apify/mcp-server-rag-web-browser/pull/16)) ([dea430d](https://github.com/apify/mcp-server-rag-web-browser/commit/dea430d793e924821b3eebc99ed4996333af99b8)) by [@jirispilka](https://github.com/jirispilka)
1019

11-
1220
## [0.1.0](https://github.com/apify/mcp-server-rag-web-browser/releases/tag/v0.1.0) (2025-03-17)
1321

1422
### 🚀 Features
1523

24+
- Initial release
1625
- Example clients ([#10](https://github.com/apify/mcp-server-rag-web-browser/pull/10)) ([ad31f34](https://github.com/apify/mcp-server-rag-web-browser/commit/ad31f34045e3d5a01b41073af06bae33e89b1f32)) by [@jirispilka](https://github.com/jirispilka), closes [#8](https://github.com/apify/mcp-server-rag-web-browser/issues/8)
17-
- Add scraping tool option ([#13](https://github.com/apify/mcp-server-rag-web-browser/pull/13)) ([0dc796c](https://github.com/apify/mcp-server-rag-web-browser/commit/0dc796cea98e02e276fcc03e43514fa156a3018d)) by [@jirispilka](https://github.com/jirispilka)
18-
- Refactor server to simplify it ([#14](https://github.com/apify/mcp-server-rag-web-browser/pull/14)) ([bbd063b](https://github.com/apify/mcp-server-rag-web-browser/commit/bbd063b2b4fc58e1fd25c07908ec1e8355955c59)) by [@jirispilka](https://github.com/jirispilka)
1926

2027
### 🐛 Bug Fixes
2128

2229
- Update version ([#15](https://github.com/apify/mcp-server-rag-web-browser/pull/15)) ([1a05865](https://github.com/apify/mcp-server-rag-web-browser/commit/1a05865b4052b080a0dd758ec0e90ea1f7bdd14c)) by [@jirispilka](https://github.com/jirispilka)
23-
24-
25-
## 0.1.1 (2025-03-14)
26-
27-
### 🐛 Bug Fixes
28-
29-
- Change env variable name from APIFY_API_TOKEN to APIFY_TOKEN
30-
- Add extra query parameters
31-
- Remove unnecessary example clients (SSE and chat client)
32-
- Create NPM package @apify/mcp-server-rag-web-browser
33-
- Update readme
34-
35-
## 0.1.0 (2025-01-17)
36-
37-
### 🚀 Features
38-
39-
- Initial release

Diff for: ‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/mcp-server-rag-web-browser",
3-
"version": "0.1.2",
3+
"version": "0.1.1",
44
"type": "module",
55
"description": "An MCP Server for RAG Web Browser Actor",
66
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.