mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 13:33:11 +00:00
Compare commits
5 Commits
claude/inv
...
claude/fix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0cf4951c6 | ||
|
|
b44e0745b4 | ||
|
|
b87f638e52 | ||
|
|
1f94427d54 | ||
|
|
2eb459c80c |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -148,7 +148,7 @@ jobs:
|
|||||||
|
|
||||||
This is the initial release of n8n-mcp v$CURRENT_VERSION.
|
This is the initial release of n8n-mcp v$CURRENT_VERSION.
|
||||||
|
|
||||||
---
|
___
|
||||||
|
|
||||||
**Release Statistics:**
|
**Release Statistics:**
|
||||||
- Commit count: $(git rev-list --count HEAD)
|
- Commit count: $(git rev-list --count HEAD)
|
||||||
@@ -223,7 +223,7 @@ EOF
|
|||||||
|
|
||||||
${{ needs.generate-release-notes.outputs.release-notes }}
|
${{ needs.generate-release-notes.outputs.release-notes }}
|
||||||
|
|
||||||
---
|
___
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n-mcp",
|
"name": "n8n-mcp",
|
||||||
"version": "2.22.4",
|
"version": "2.22.6",
|
||||||
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
|
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n-mcp-runtime",
|
"name": "n8n-mcp-runtime",
|
||||||
"version": "2.22.4",
|
"version": "2.22.6",
|
||||||
"description": "n8n MCP Server Runtime Dependencies Only",
|
"description": "n8n MCP Server Runtime Dependencies Only",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user