diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ebba6..87e0466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the **Apify for Cursor** plugin are documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] + +### Changed + +- Updated Apify MCP server to include `?client=cursor+plugin` for client identification. + ## [Unreleased] ### Fixed diff --git a/apify/mcp.json b/apify/mcp.json index e484889..4215558 100644 --- a/apify/mcp.json +++ b/apify/mcp.json @@ -1,7 +1,7 @@ { "mcpServers": { "apify": { - "url": "https://mcp.apify.com" + "url": "https://mcp.apify.com/?client=cursor+plugin" } } }