From c15efa04d0dac2d80079fa07fffec7941c3913a9 Mon Sep 17 00:00:00 2001 From: Ronakkadhi Date: Fri, 29 May 2026 11:29:15 +0530 Subject: [PATCH] chore: add Requestly ecosystem banner to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the standard cross-product banner per the 2026 repo restructure. Single line, placed under the H1 title — subtle but present, helps visitors navigate between the API Client (requestly/requestly) and the HTTP Interceptor (requestly/interceptor + http-interceptor-desktop-app). Co-Authored-By: Claude Opus 4.7 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f8ae096..79b3069 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Requestly MCP Server +> **Part of [Requestly API Client](https://github.com/requestly/requestly)** · See also: [HTTP Interceptor](https://github.com/requestly/interceptor) · [Docs](https://docs.requestly.com) + + This project is a Model Context Protocol (MCP) server implemented in TypeScript using the @modelcontextprotocol/sdk. It provides full CRUD tools for Requestly rules and groups, and can be run as a stdio MCP server. ## Features