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

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.qoder .qoder
.qwen
result result

View File

@@ -25,6 +25,8 @@ rustPlatform.buildRustPackage rec {
openssl openssl
]; ];
doCheck = false;
meta = with lib; { meta = with lib; {
description = "Universal Model Context Protocol gateway that sits between AI client and MCP tools/servers"; description = "Universal Model Context Protocol gateway that sits between AI client and MCP tools/servers";
homepage = "https://github.com/MikkoParkkola/mcp-gateway"; homepage = "https://github.com/MikkoParkkola/mcp-gateway";