From ff54fedb911fbbc69b3697f890b184f1212a186f Mon Sep 17 00:00:00 2001 From: Alexander Miroshnichenko Date: Wed, 6 May 2026 11:45:45 +0300 Subject: [PATCH] docs: add mcp-gateway to README Co-authored-by: Qwen-Coder --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 076cf3e..ee7a5a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .qoder +result diff --git a/README.md b/README.md index 8814c72..447ca4e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A custom Nix overlay and flake providing additional packages not found in upstre | Package | Description | Category | |---------|-------------|----------| | `goose-cli` | CLI for Goose - a local, extensible, open source AI agent that automates engineering tasks | AI Coding Agents | +| `mcp-gateway` | Universal Model Context Protocol gateway that sits between AI client and MCP tools/servers | MCP Servers | | `skillsmcp` | MCP server that exposes Agent Skills to AI agents via the Model Context Protocol | MCP Servers | ## Usage