diff --git a/CHANGELOG.md b/CHANGELOG.md index 289786b..2649dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.1.1] (2026-08-24) + +### Changed + +- Updated Apify MCP server URL in `.mcp.json` to include `?client=qoder` for client identification. + ## [0.1.0](https://github.com/apify/apify-qoder-plugin/releases/tag/v0.1.0) (2026-08-07) ### 🚀 Features diff --git a/apify/.mcp.json b/apify/.mcp.json index c23dfc4..0325ebe 100644 --- a/apify/.mcp.json +++ b/apify/.mcp.json @@ -2,7 +2,7 @@ "mcpServers": { "apify": { "type": "streamable-http", - "url": "https://mcp.apify.com" + "url": "https://mcp.apify.com/?client=qoder" } } }