From 83ab7d0a193032dd38c554a0ed5fa75f944f4e63 Mon Sep 17 00:00:00 2001 From: Alexander Miroshnichenko Date: Wed, 6 May 2026 12:24:14 +0300 Subject: [PATCH] chore: add .qwen to gitignore and disable checks for mcp-gateway Co-authored-by: Qwen-Coder --- .gitignore | 1 + packages/mcp-gateway/package.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ee7a5a6..e8dc01e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .qoder +.qwen result diff --git a/packages/mcp-gateway/package.nix b/packages/mcp-gateway/package.nix index 7c938d0..7e9c119 100644 --- a/packages/mcp-gateway/package.nix +++ b/packages/mcp-gateway/package.nix @@ -25,6 +25,8 @@ rustPlatform.buildRustPackage rec { openssl ]; + doCheck = false; + meta = with lib; { description = "Universal Model Context Protocol gateway that sits between AI client and MCP tools/servers"; homepage = "https://github.com/MikkoParkkola/mcp-gateway";