From c72debd23cbeea8c560ad4052a75b717e03d118d Mon Sep 17 00:00:00 2001 From: "cmeans-claude-dev[bot]" <272174644+cmeans-claude-dev[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:27:46 -0500 Subject: [PATCH] chore: remove Glama integration Drop the README Glama score badge and the glama.json registry metadata file. Supersedes the in-Unreleased badge swap from PR #100 (which is now moot since the badge itself is gone). README structure listing in "Project layout" updated to drop the glama.json line. CHANGELOG: replace the obsolete `### Changed` swap entry with a new `### Removed` section under Keep-a-Changelog ordering. --- CHANGELOG.md | 8 +++++--- README.md | 2 -- glama.json | 6 ------ 3 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 glama.json diff --git a/CHANGELOG.md b/CHANGELOG.md index f77187a..37d07ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,9 +45,6 @@ All notable changes to this project will be documented here. pre-created on the repo so PRs are categorized on creation. ### Changed -- README Glama badge swapped from the full `card.svg` to the compact - `score.svg` format (matches the convention used in `mcp-synology`). - Link target unchanged. - README downloads badge now points at the dogfooded `cmeans/pypi-winnow-downloads` endpoint (`pypi-badges.intfar.com/mcp-clipboard/downloads-30d-non-ci.json`) @@ -66,6 +63,11 @@ All notable changes to this project will be documented here. PRs because the job-level `if:` guards require `workflow_run` context. Closes #89. +### Removed +- Glama integration. The README Glama score badge and the `glama.json` + registry metadata file are gone. Supersedes the in-Unreleased badge + swap from PR #100 (which is now moot). (#103) + ### Fixed - Harden GitHub Actions context handling against shell script injection in `pr-labels-ci.yml` and `qa-gate.yml`. Contributor-controlled values diff --git a/README.md b/README.md index b56def8..46a58ff 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ [![CI](https://img.shields.io/github/actions/workflow/status/cmeans/mcp-clipboard/ci.yml?label=CI)](https://github.com/cmeans/mcp-clipboard/actions/workflows/ci.yml) [![Coverage](https://codecov.io/gh/cmeans/mcp-clipboard/graph/badge.svg)](https://codecov.io/gh/cmeans/mcp-clipboard) [![Downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fpypi-badges.intfar.com%2Fmcp-clipboard%2Fdownloads-30d-non-ci.json)](https://github.com/cmeans/pypi-winnow-downloads) -[![Glama](https://glama.ai/mcp/servers/cmeans/mcp-clipboard/badges/score.svg)](https://glama.ai/mcp/servers/cmeans/mcp-clipboard) [![pip downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fpypi-badges.intfar.com%2Fmcp-clipboard%2Finstaller-pip-30d-non-ci.json)](https://pypi.org/project/mcp-clipboard/) [![pipenv downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fpypi-badges.intfar.com%2Fmcp-clipboard%2Finstaller-pipenv-30d-non-ci.json)](https://pypi.org/project/mcp-clipboard/) @@ -305,7 +304,6 @@ mcp-clipboard/ ├── pyproject.toml ├── CHANGELOG.md ├── CLAUDE.md # Claude Code project guidance -├── glama.json # Glama MCP registry metadata ├── LICENSE # Apache 2.0 └── README.md ``` diff --git a/glama.json b/glama.json deleted file mode 100644 index 78a3b04..0000000 --- a/glama.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://glama.ai/mcp/schemas/server.json", - "maintainers": [ - "cmeans" - ] -}