1
1
class N8nMcp < Formula
2
2
desc "MCP for Claude Desktop, Claude Code, Windsurf, Cursor to build n8n workflows"
3
3
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 "
6
6
license "MIT"
7
7
8
8
bottle do
9
- sha256 cellar : :any_skip_relocation , arm64_tahoe : "065171c9c8adba817d6e1f6e99814d030e354255a426ad0c614c664fca65e794 "
10
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "279a5b78961cbe7ad3f32b3aa2a0b4decc57dd7d7bea7824284466655a1e6892 "
11
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "00130919f10394807824253473c79824bb7d31ed7b04962efac4f6380923e457 "
12
- sha256 cellar : :any_skip_relocation , sonoma : "ab08891065a46fcb9de46309d010cad86b51639cfcf5a92fc383c7d40239da0c "
13
- sha256 cellar : :any_skip_relocation , arm64_linux : "06cbc54cfadf932371dc08325b6599f8df4b720ac91c2ce177fa1e494f02fe49 "
14
- sha256 cellar : :any_skip_relocation , x86_64_linux : "7e158fc2f8faf4eb6696bdff1515ba4778d5fa2ac04d43906026fe6ffe1da804 "
9
+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "fdab669e2572ab370c01e67539122cda9f2c59c05cbf14fc16ece15857549571 "
10
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "dab01d0229c439d8693eeedd106b40a96c546e97a44d6d6c2d1d91c481ea3893 "
11
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "66ffe5a5e2a60deadabe3de419802e10272793cb937de54c8ae7131e729c12e8 "
12
+ sha256 cellar : :any_skip_relocation , sonoma : "3543260893263258bed3a4b67d05f1752cd0c3f126592da07756a4d26802659c "
13
+ sha256 cellar : :any_skip_relocation , arm64_linux : "20f4b243e1041c4d3899f45cb71106eb0c5df94121a3ba603dddec91e9e9c3cc "
14
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6861b52bb9eb63f1e40a93ad229c987806fe4a93571d7342a48880a59f95da50 "
15
15
end
16
16
17
17
depends_on "node"
@@ -28,7 +28,8 @@ def install
28
28
output_log = testpath /"output.log"
29
29
pid = spawn bin /"n8n-mcp" , testpath , [ :out , :err ] => output_log . to_s
30
30
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
32
33
ensure
33
34
Process . kill ( "TERM" , pid )
34
35
Process . wait ( pid )
0 commit comments