diff --git a/CHANGELOG.md b/CHANGELOG.md index dd9b89c..966aad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,36 +4,26 @@ All notable changes to this project will be documented in this file. ## [0.1.1](https://github.com/apify/mcp-server-rag-web-browser/releases/tag/v0.1.1) (2025-03-17) +### 🚀 Features +- 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) +- 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) +- Change env variable name from APIFY_API_TOKEN to APIFY_TOKEN +- Add extra query parameters +- Remove unnecessary example clients (SSE and chat client) +- Create NPM package @apify/mcp-server-rag-web-browser +- Update readme + ### 🐛 Bug Fixes - 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) - ## [0.1.0](https://github.com/apify/mcp-server-rag-web-browser/releases/tag/v0.1.0) (2025-03-17) ### 🚀 Features +- Initial release - 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) -- 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) -- 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) ### 🐛 Bug Fixes - 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) - - -## 0.1.1 (2025-03-14) - -### 🐛 Bug Fixes - -- Change env variable name from APIFY_API_TOKEN to APIFY_TOKEN -- Add extra query parameters -- Remove unnecessary example clients (SSE and chat client) -- Create NPM package @apify/mcp-server-rag-web-browser -- Update readme - -## 0.1.0 (2025-01-17) - -### 🚀 Features - -- Initial release \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2d84b36..e80c00d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@apify/mcp-server-rag-web-browser", - "version": "0.1.2", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@apify/mcp-server-rag-web-browser", - "version": "0.1.2", + "version": "0.1.1", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "express": "^4.21.2", diff --git a/package.json b/package.json index 47ee180..9456443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apify/mcp-server-rag-web-browser", - "version": "0.1.2", + "version": "0.1.1", "type": "module", "description": "An MCP Server for RAG Web Browser Actor", "engines": {