|
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.19.6.tgz" |
5 | | - sha256 "c616452bf65a40a0617ffe986b333a00d2db7c1bf8d4c8044e26b6089e8220c5" |
| 4 | + url "https://registry.npmjs.org/n8n-mcp/-/n8n-mcp-2.20.0.tgz" |
| 5 | + sha256 "7dd3424cdf32077e57b31d03a2a4ae5033e8f606ae0bb5d3d450d643cc1f6ca9" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "afe7d483be9ff2ecfe9b3703766f3dbd6f5c3aada7b94269be823896d14ca9ca" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0e99ebbbd23c0117ca7d537297abd053b8bdf6fdff628b9b09a73ee3c5c5c744" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a38ed81d772174c9f7c6e70182073f80f1b407d6a142bb1b7c9a8ceb2e1af9b7" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "6307d2a671dd591b800d715db5b2a5fc39dc8cd388e2c6cce61e395ccb0d329b" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "fc8328e9e01abbf8ff5440c93d5d6f949c662e471ba2c52551e2d1c8733461bf" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5ff00fa262389a2c27d94cc04ce3c45ab8dbf55896dcb76655386f5e6f027a3" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "2df423717d3db71696ba4ae0ef6fe18f497f0c293ff934a6cfd959a9df106393" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f2ff03cb0ccfe5df59b610d2ba27f4e9eca53c2fee57397f1555411dec3033cb" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f184f83ec644d24e75753b9625e25f9ea4efade03eb816df992597a378b3d6b" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "f0b49e4e3a3ad0ccfed6b9877e82cd223ada1f59cd504f98edabaa6c71bc5215" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "0b585c3e0b93b5ea6be7fde43e2b7ab789955477430e592013dde8414adcabc2" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "fafc742e9004d1a9bf40daecd2f8d57fc83b1f3f3deadd61c0aff04c2cc8f011" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments