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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
.qoder
|
||||
.qwen
|
||||
result
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user