From 8b804dcab76dae21f8455fb2a8b48dee1a6a06f6 Mon Sep 17 00:00:00 2001 From: "cmeans-claude-dev[bot]" <272174644+cmeans-claude-dev[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 20:39:04 -0500 Subject: [PATCH] chore(release): v2.6.1 Patch release. Single ### Fixed entry from #138: SVG clipboard round-trip on Windows and macOS (closes #136). Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- server.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2482b0d..e7c7cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented here. ## [Unreleased] +## [2.6.1] - 2026-05-07 + ### Fixed - SVG clipboard round-trip on Windows and macOS: copying an SVG via `clipboard_copy(mime_type="image/svg+xml")` and then pasting it back diff --git a/pyproject.toml b/pyproject.toml index 1fa8e7f..9816e6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp-clipboard" -version = "2.6.0" +version = "2.6.1" description = "MCP server that reads and writes the system clipboard — tables, text, code, JSON, URLs, images, and more." readme = "README.md" license = {text = "Apache-2.0"} diff --git a/server.json b/server.json index d32c536..bf9f654 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.cmeans/mcp-clipboard", "title": "Clipboard", "description": "Read and write the system clipboard — tables, text, code, JSON, URLs, images, and more.", - "version": "2.6.0", + "version": "2.6.1", "repository": { "url": "https://github.com/cmeans/mcp-clipboard", "source": "github" @@ -12,7 +12,7 @@ { "registryType": "pypi", "identifier": "mcp-clipboard", - "version": "2.6.0", + "version": "2.6.1", "transport": { "type": "stdio" }