From 33f0aaaf1721a7abd674878f7836f789383e8b74 Mon Sep 17 00:00:00 2001 From: VibeProgramm Date: Mon, 7 Sep 2026 02:53:02 +0300 Subject: [PATCH] docs: add maintained-fork banner to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2076ba0..ed879b4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **Model Context Protocol server for Linux desktop GUI automation on KDE Plasma 6 Wayland** +> **Actively maintained fork** of [isac322/kwin-mcp](https://github.com/isac322/kwin-mcp). This fork ships the fixes users were waiting for: MCP Python SDK 2.x support, text input in virtual sessions (host keymap isolation), reliable window focus, bounded startup waits, silent input-drop fix, honest error contracts — see the [changelog](CHANGELOG.md) and [releases](https://github.com/VibeProgramm/kwin-mcp/releases). Install: `uv tool install git+https://github.com/VibeProgramm/kwin-mcp` + [![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-blue)](https://github.com/VibeProgramm/kwin-mcp/blob/main/pyproject.toml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![CI](https://github.com/VibeProgramm/kwin-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/VibeProgramm/kwin-mcp/actions/workflows/ci.yml)