From 8126eecfb611c37ebae08a7eb54f87266225d358 Mon Sep 17 00:00:00 2001 From: Rong Zhu Date: Sun, 3 May 2026 21:17:21 +0800 Subject: [PATCH] fix: align entry display name with GitHub URL owner/repo Bot review flagged invalid-name. Updated: - Display text changed from `zhurong2020/pyobfus-mcp` to `zhurong2020/pyobfus` to match the URL's owner/repo path (the MCP server lives in the pyobfus_mcp/ subfolder of the pyobfus monorepo, no separate GitHub repo). - Removed the inner `[pyobfus](...)` link from the description for the same reason; clarified subfolder location and PyPI package name in prose. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b53406407..13af35a32 100644 --- a/README.md +++ b/README.md @@ -1098,7 +1098,7 @@ Tools and integrations that enhance the development workflow and environment man - [DigiCatalyst-Systems/dep-diff-mcp](https://github.com/DigiCatalyst-Systems/dep-diff-mcp) [![DigiCatalyst-Systems/dep-diff-mcp MCP server](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp/badges/score.svg)](https://glama.ai/mcp/servers/DigiCatalyst-Systems/dep-diff-mcp) 📇 🏠 🍎 🪟 🐧 - Translates a lockfile diff (npm, PyPI) into a human-readable upgrade plan. Point it at a Dependabot PR and get back semver classification, breaking changes from GitHub release notes, CVEs fixed in range, migration links, and a per-package recommendation. Bulk tool ranks up to 50 changes by risk (security > caution > review > likely-safe > safe). Install via `npx -y @digicatalyst/dep-diff-mcp`. - [hikmahtech/drwhome](https://github.com/hikmahtech/drwhome) [![hikmahtech/drwhome MCP server](https://glama.ai/mcp/servers/hikmahtech/drwhome/badges/score.svg)](https://glama.ai/mcp/servers/hikmahtech/drwhome) 📇 ☁️ – Remote MCP server at `https://drwho.me/mcp/mcp` with 10 developer utilities: base64 encode/decode, JWT decode (no verify), DNS lookup via Cloudflare DoH, UUID v4/v7, URL encode/decode, JSON format, User-Agent parse, IP lookup via ipinfo. Open access over streamable HTTP — point Claude Desktop at the URL. - [tooluse-labs/perfetto-mcp-rs](https://github.com/tooluse-labs/perfetto-mcp-rs) [![tooluse-labs/perfetto-mcp-rs MCP server](https://glama.ai/mcp/servers/tooluse-labs/perfetto-mcp-rs/badges/score.svg)](https://glama.ai/mcp/servers/tooluse-labs/perfetto-mcp-rs) 🦀 🏠 🍎 🪟 🐧 - MCP server for [Perfetto](https://perfetto.dev) trace analysis. Runs PerfettoSQL queries on `.perfetto-trace` / `.pftrace` files via auto-downloaded `trace_processor_shell`, with dedicated Chrome tools for page loads, scroll jank, main-thread hotspots, and stdlib module discovery. Cross-client tested on Claude Code and Codex. Available via `cargo install`, Homebrew tap, and curl install script. -- [zhurong2020/pyobfus-mcp](https://github.com/zhurong2020/pyobfus/tree/main/pyobfus_mcp) 🎖️ 🐍 🏠 🍎 🪟 🐧 - Official MCP server for the [pyobfus](https://github.com/zhurong2020/pyobfus) Python obfuscator. Five tools: pre-flight risk scan (`check_obfuscation_risks`), zero-config init (`generate_pyobfus_config`), reverse stack-trace mapping (`unmap_stack_trace`) so production tracebacks remain debuggable after obfuscation, plus `list_presets` and `explain_preset` for FastAPI / Django / Flask / Pydantic / Click / SQLAlchemy. Install via `pip install pyobfus-mcp`; published in the official MCP Registry as `io.github.zhurong2020/pyobfus-mcp`. +- [zhurong2020/pyobfus](https://github.com/zhurong2020/pyobfus/tree/main/pyobfus_mcp) 🎖️ 🐍 🏠 🍎 🪟 🐧 - Official MCP server for the pyobfus Python obfuscator (installed from PyPI as `pyobfus-mcp`; source lives in the `pyobfus_mcp/` subfolder of the pyobfus monorepo). Five tools: pre-flight risk scan (`check_obfuscation_risks`), zero-config init (`generate_pyobfus_config`), reverse stack-trace mapping (`unmap_stack_trace`) so production tracebacks remain debuggable after obfuscation, plus `list_presets` and `explain_preset` for FastAPI / Django / Flask / Pydantic / Click / SQLAlchemy. Published in the official MCP Registry as `io.github.zhurong2020/pyobfus-mcp`. ### 🔒 Delivery