docs(readme): swap Glama card badge for compact score badge#100
Merged
Conversation
Matches the convention used in mcp-synology — `card.svg` → `score.svg` and alt text from "mcp-clipboard MCP server" → "Glama". Link target unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
cmeans
reviewed
May 1, 2026
Owner
cmeans
left a comment
There was a problem hiding this comment.
QA Review — PR #100 (head 152ee4c)
Verdict: Ready for QA Signoff. Zero findings.
Verification
| Gate | Result |
|---|---|
uv run pytest |
488 passed, 6 deselected, 5 xfailed |
uv run ruff check src/ tests/ |
clean |
uv run ruff format --check src/ tests/ |
9 files already formatted |
uv run mypy src/mcp_clipboard/ |
no issues, 4 source files |
score.svg endpoint live |
HTTP 200, image/svg+xml, 7480 bytes (compact, 110×20) |
card.svg endpoint (old) |
HTTP 200, 53647 bytes — confirms genuine compact swap |
| mcp-synology convention claim | verified exact match: [](...) including alt="Glama" |
| Repo-wide drift grep | only references to card.svg/score.svg are README line 17 (the swap) + CHANGELOG entry (this PR); README line 308's glama.json is unrelated directory-tree text |
| CHANGELOG conformance | under [Unreleased] → ### Changed (correct KaC category for a swap) |
| CI rollup | all SUCCESS (lint, typecheck, test 3.11/3.12/3.13, codecov/patch, on-push, qa-approved) |
Awaiting maintainer QA Approved.
Owner
|
Applying Ready for QA Signoff — zero findings. 4 gates green, score.svg endpoint live (7480 B vs card.svg's 53647 B), mcp-synology convention exact match, no repo-wide drift. Awaiting maintainer QA Approved. |
5 tasks
cmeans-claude-dev Bot
added a commit
that referenced
this pull request
May 2, 2026
## Summary Drops the README Glama score badge and the `glama.json` registry metadata file. ### Removed - README Glama score badge (line 17) - `glama.json` - README "Project layout" line referencing `glama.json` ### CHANGELOG The in-Unreleased badge swap from PR #100 (`card.svg` -> `score.svg`) is moot now that the badge itself is gone, so the `### Changed` entry is replaced with a new `### Removed` section under the Keep-a-Changelog ordering. ## Test plan - [x] `uv run pytest` (504 passed, 6 deselected, 5 xfailed; no test changes here) - [x] `uv run ruff check src/ tests/` - [x] `uv run ruff format --check src/ tests/` - [x] Visual check the README renders without a broken-image gap where the badge used to be ## CHANGELOG - [x] Replaced the obsolete `### Changed` Glama-swap entry with a new `### Removed` section that records the badge + `glama.json` removal, referencing #103. Co-authored-by: cmeans-claude-dev[bot] <272174644+cmeans-claude-dev[bot]@users.noreply.github.com>
Merged
6 tasks
cmeans-claude-dev Bot
added a commit
that referenced
this pull request
May 3, 2026
Bump pyproject.toml 2.2.1 -> 2.3.0 and convert the [Unreleased] block into [2.3.0] - 2026-05-02. A fresh empty [Unreleased] section sits above for the next cycle. 13 PRs aggregated since v2.2.1: #88, #92, #93, #94, #95, #96, #98, #99, #100, #101, #102, #103, #104. Tag-push (v2.3.0) after merge triggers .github/workflows/publish.yml. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
card.svgto the compactscore.svgformat, matching the convention used incmeans/mcp-synology.https://glama.ai/mcp/servers/cmeans/mcp-clipboard).score.svgendpoint verified live (HTTP 200) before commit.Test plan
uv run pytestruff checkruff format --checkmypyCHANGELOG
## [Unreleased] → ### Changed.🤖 Generated with Claude Code