From c5ce797a13367efe8dd9e1145b101c137e92ad49 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 5 Apr 2026 20:09:06 +0000 Subject: [PATCH] fix: add missing @ prefix in glama.ai badge URLs The badge image and link URLs were missing the @ before the username. Glama.ai MCP server paths require the format @username/repo. https://claude.ai/code/session_01PwJy11cqnxa4kngHzqvpzn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51f97c9..0aa5527 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Python](https://img.shields.io/badge/python-3.10%2B-blue) ![License](https://img.shields.io/badge/license-MIT-green) ![MCP](https://img.shields.io/badge/MCP-compatible-purple) -[![simonediroma/webfetch_mcp MCP server](https://glama.ai/mcp/servers/simonediroma/webfetch_mcp/badges/score.svg)](https://glama.ai/mcp/servers/simonediroma/webfetch_mcp) +[![simonediroma/webfetch_mcp MCP server](https://glama.ai/mcp/servers/@simonediroma/webfetch_mcp/badges/score.svg)](https://glama.ai/mcp/servers/@simonediroma/webfetch_mcp) A local Python MCP server that replaces your AI assistant's built-in `WebFetch` tool with a fully configurable HTTP client — supporting **domain-scoped headers, retries, proxies, timeouts, output formats, bot-block detection, and prompt-injection sanitization**, all without touching a single line of your assistant's config beyond registering the server.