n8n-mcp 2.27.0 → 2.27.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -501,6 +501,9 @@ Complete guide for integrating n8n-MCP with Windsurf using project rules.
501
501
  ### [Codex](./docs/CODEX_SETUP.md)
502
502
  Complete guide for integrating n8n-MCP with Codex.
503
503
 
504
+ ### [Antigravity](./docs/ANTIGRAVITY_SETUP.md)
505
+ Complete guide for integrating n8n-MCP with Antigravity.
506
+
504
507
  ## 🎓 Add Claude Skills (Optional)
505
508
 
506
509
  Supercharge your n8n workflow building with specialized skills that teach AI how to build production-ready workflows!
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "n8n-mcp",
3
- "version": "2.27.0",
3
+ "version": "2.27.1",
4
4
  "description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
5
5
  "dependencies": {
6
- "@modelcontextprotocol/sdk": "^1.13.2",
6
+ "@modelcontextprotocol/sdk": "1.20.1",
7
7
  "@supabase/supabase-js": "^2.57.4",
8
8
  "express": "^5.1.0",
9
9
  "express-rate-limit": "^7.1.5",