diff --git a/CHANGELOG.md b/CHANGELOG.md index eb45d9c..17cc6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the **Apify for Open Code** plugin are documented in this 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=opencode+plugin` for client identification. + ## [1.0.0] — Initial Open Code release ### Added diff --git a/index.ts b/index.ts index f37f5b8..7183ca7 100644 --- a/index.ts +++ b/index.ts @@ -29,7 +29,7 @@ export const ApifyPlugin: Plugin = async () => { // ConfigV2 includes `skills` which isn't in the plugin's Config type yet const cfg = config as typeof config & Pick - cfg.mcp = { ...cfg.mcp, apify: { type: "remote", enabled: true, url: "https://mcp.apify.com" } } + cfg.mcp = { ...cfg.mcp, apify: { type: "remote", enabled: true, url: "https://mcp.apify.com/?client=opencode+plugin" } } cfg.agent = { ...cfg.agent, apify: {