chore: add .qwen to gitignore and disable checks for mcp-gateway

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-05-06 12:24:14 +03:00
parent ff54fedb91
commit 83ab7d0a19
2 changed files with 3 additions and 0 deletions

View File

@@ -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";