File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
@@ -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 )
You can’t perform that action at this time.
0 commit comments