Skip to content

Commit 475708c

Browse files
committed
fix: Update README.md and CHANGELOG.md
1 parent 57031f3 commit 475708c

File tree

4 files changed

+18
-30
lines changed

4 files changed

+18
-30
lines changed

.github/workflows/check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
push:
1010
branches:
1111
- master
12-
- feat/refactor
1312
tags-ignore:
1413
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
1514

.github/workflows/pre_release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- master
8-
- feat/refactor
98
tags-ignore:
109
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
1110

CHANGELOG.md

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
<!-- git-cliff-unreleased-start -->
6-
## 0.1.0 - **not yet released**
7-
8-
### 🚀 Features
9-
10-
- 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)
11-
- 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)
12-
- Refactor and simplify mcp server ([6a81878](https://github.com/apify/mcp-server-rag-web-browser/commit/6a81878fef467647e21ccb45672dce9a3ff7104f))
13-
- Update readme ([43532a9](https://github.com/apify/mcp-server-rag-web-browser/commit/43532a90525e10189d89a7d3c2c0c143cdcedcb7))
14-
- Update readme ([12a6e32](https://github.com/apify/mcp-server-rag-web-browser/commit/12a6e3237f8d66a09bc8349f8474187e8418654c))
15-
- Update readme ([e29d233](https://github.com/apify/mcp-server-rag-web-browser/commit/e29d2333abce24ac6ae55045a506abca5bfdf225))
16-
- Ci ([0d8fce6](https://github.com/apify/mcp-server-rag-web-browser/commit/0d8fce6b1e693d75a7afd2e43e2b04255b9d3be0))
17-
- Ci ([bc47864](https://github.com/apify/mcp-server-rag-web-browser/commit/bc478647e49895080d355d05eb99583645b0461f))
18-
- Ci ([e4c084e](https://github.com/apify/mcp-server-rag-web-browser/commit/e4c084e9d0cd2c1ed78eb32f6161694fcbcec551))
5+
## 0.1.1 (2025-03-14)
196

207
### 🐛 Bug Fixes
218

22-
- Lint issues ([8d7945a](https://github.com/apify/mcp-server-rag-web-browser/commit/8d7945af905ed264a5a41fdb0984935440e5c04f))
23-
- Add dotenv package to dev ([b8e1e2f](https://github.com/apify/mcp-server-rag-web-browser/commit/b8e1e2fd32e675c64d3ccea020383acdfe551b67))
24-
- Unpublish package ([815c198](https://github.com/apify/mcp-server-rag-web-browser/commit/815c198b83b5171d03a122e52f2ba45ab4d300d5))
25-
- Publish package ([f7e9f16](https://github.com/apify/mcp-server-rag-web-browser/commit/f7e9f16e8d958e1fbcf71604df5d0cefa54da788))
26-
- Unpublish package ([a283327](https://github.com/apify/mcp-server-rag-web-browser/commit/a283327632a4882b65f853b7662e7dd496153dd9))
27-
- Unpublish package ([0051f23](https://github.com/apify/mcp-server-rag-web-browser/commit/0051f231136489c96a0164caa6fc092bd2a4ef8e))
28-
- Unpublish package, again ([6302f67](https://github.com/apify/mcp-server-rag-web-browser/commit/6302f67a5f7085de6b95bf0e27ee66046dac9d99))
29-
- Unpublish package, again ([18e81b9](https://github.com/apify/mcp-server-rag-web-browser/commit/18e81b90ba8a2e57df541082e1adea5c5ead9937))
30-
- Publish package ([578fe23](https://github.com/apify/mcp-server-rag-web-browser/commit/578fe231bf5a76ab995d2a45a74ffd56ad7174d2))
31-
- Update package version ([7e6371c](https://github.com/apify/mcp-server-rag-web-browser/commit/7e6371c7bb91ef8f23925c38d0a2b6964e9d7742))
9+
- Change env variable name from APIFY_API_TOKEN to APIFY_TOKEN
10+
- Add extra query parameters
11+
- Remove unnecessary example clients (SSE and chat client)
12+
- Create NPM package @apify/mcp-server-rag-web-browser
13+
- Update readme
3214

15+
## 0.1.0 (2025-01-17)
16+
17+
### 🚀 Features
3318

34-
<!-- git-cliff-unreleased-end -->
35-
# Changelog
19+
- Initial release

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Configure Claude Desktop to recognize the MCP server.
9292

9393
```text
9494
"mcpServers": {
95-
"mcp-server-rag-web-browser": {
95+
"rag-web-browser": {
9696
"command": "npx",
9797
"args": [
98-
"/path/to/mcp-server-rag-web-browser/dist/index.js"
98+
"@apify/mcp-server-rag-web-browser"
9999
],
100100
"env": {
101101
"APIFY_TOKEN": "your-apify-api-token"
@@ -119,6 +119,12 @@ Configure Claude Desktop to recognize the MCP server.
119119
Find and analyze recent research papers about LLMs.
120120
```
121121
122+
Debug the server using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector)
123+
```bash
124+
export APIFY_TOKEN=your-apify-api-token
125+
npx @modelcontextprotocol/inspector npx -y @apify/mcp-server-rag-web-browser
126+
```
127+
122128
## 👷🏼 Development
123129

124130
### Local client (stdio)

0 commit comments

Comments
 (0)