make-mcp-server 1.3.1 → 1.3.2

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.
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # make-mcp-server
1
+ # Make.com MCP Server — Build & Deploy Automation Scenarios with AI
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/make-mcp-server)](https://www.npmjs.com/package/make-mcp-server)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to Make.com module documentation, scenario building, and deployment. Deploy in minutes to give Claude, Copilot, and other AI assistants deep knowledge about Make.com's 200+ automation modules across 40+ apps.
6
+ A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that gives AI assistants like **Claude**, **GitHub Copilot**, and **Cursor** full access to Make.com module documentation, scenario validation, and one-click deployment. Search 200+ automation modules across 40+ apps, build blueprints with auto-healing, and deploy directly to Make.com all from your AI chat.
7
7
 
8
8
  ## Features
9
9
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "make-mcp-server",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
+ "mcpName": "io.github.danishashko/make-mcp",
4
5
  "description": "MCP server for creating, validating, and deploying Make.com automation scenarios via AI assistants",
5
6
  "main": "dist/mcp/server.js",
6
7
  "types": "dist/mcp/server.d.ts",