From 8f7510a9e99d7d8ab8dca9c066df8fc8c4fb4f21 Mon Sep 17 00:00:00 2001 From: Jakub Vacek Date: Mon, 24 Aug 2026 16:26:25 +0200 Subject: [PATCH] feat: basic mcp telemetry --- CHANGELOG.md | 6 ++++++ apify/.mcp.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" } } }