Skip to content

Commit cdf4e81

Browse files
BrewTestBotdaeho-ro
authored andcommitted
n8n-mcp 2.16.1
1 parent ef6e51a commit cdf4e81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Formula/n/n8n-mcp.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class N8nMcp < Formula
22
desc "MCP for Claude Desktop, Claude Code, Windsurf, Cursor to build n8n workflows"
33
homepage "https://www.n8n-mcp.com/"
4-
url "https://registry.npmjs.org/n8n-mcp/-/n8n-mcp-2.15.6.tgz"
5-
sha256 "fb188fcf94c7edd72201f7323493ace693202ae2cd61265e9410e896096996dc"
4+
url "https://registry.npmjs.org/n8n-mcp/-/n8n-mcp-2.16.1.tgz"
5+
sha256 "873d5ba3f2a597ffa9c461675bbb3838e6a6f60425bab3fd310ad8bd5a127fd8"
66
license "MIT"
77

88
bottle do
@@ -28,7 +28,8 @@ def install
2828
output_log = testpath/"output.log"
2929
pid = spawn bin/"n8n-mcp", testpath, [:out, :err] => output_log.to_s
3030
sleep 10
31-
assert_match "n8n Documentation MCP Server running on stdio transpor", output_log.read
31+
sleep 5 if OS.mac? && Hardware::CPU.intel?
32+
assert_match "n8n Documentation MCP Server running on stdio transport", output_log.read
3233
ensure
3334
Process.kill("TERM", pid)
3435
Process.wait(pid)

0 commit comments

Comments
 (0)