Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<img src="https://img.shields.io/badge/python-3.13%2B-blue" alt="Python">
<img src="https://img.shields.io/badge/platform-Windows%207–11-blue" alt="Platform: Windows 7 to 11">
<img src="https://img.shields.io/github/last-commit/CursorTouch/Windows-MCP" alt="Last Commit">
<a href="https://pepy.tech/projects/windows-mcp">
<img src="https://static.pepy.tech/personalized-badge/windows-mcp?period=total&amp;units=INTERNATIONAL_SYSTEM&amp;left_color=BLACK&amp;right_color=GREEN&amp;left_text=downloads" alt="PyPI Downloads">

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remediation recommended

1. Long img src url 📘 Rule violation ✧ Quality

The added Pepy badge img line exceeds the 100-character maximum line length. This can reduce
readability and violates the repo’s line-length compliance rule.
Agent Prompt
## Issue description
A newly added line in `README.md` exceeds the 100-character maximum line length due to a very long badge `src` URL.

## Issue Context
This PR adds a Pepy downloads badge using a `personalized-badge` URL with a long query string, resulting in a line-length compliance violation.

## Fix Focus Areas
- README.md[10-12]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

</a>
<br>
<a href="https://x.com/CursorTouch">
<img src="https://img.shields.io/badge/follow-%40CursorTouch-1DA1F2?logo=twitter&style=flat" alt="Follow on Twitter">
Expand Down
Loading