From 1fe8e403c4aeba2536aaa3bbae7d6e592d816f43 Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Sat, 18 Oct 2025 18:49:31 +0200 Subject: [PATCH] docs: Fix icon URLs in CHANGELOG to reflect actual implementation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CHANGELOG incorrectly documented icon URLs as https://api.n8n-mcp.com/public/logo-*.png when the actual implementation uses https://www.n8n-mcp.com/logo*.png This updates the documentation to match the code. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86392f0..0e78107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 **MCP Server Icon Support (SEP-973)** - Added custom server icons for MCP clients - - Icons served from https://api.n8n-mcp.com/public/logo-*.png + - Icons served from https://www.n8n-mcp.com/logo*.png - Multiple sizes: 48x48, 128x128, 192x192 - Future-proof for Claude Desktop icon UI support - Added websiteUrl field pointing to https://n8n-mcp.com