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 +2 -2
- package/data/make-modules.db +0 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Make.com MCP Server — Build & Deploy Automation Scenarios with AI
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/make-mcp-server)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
|
-
A Model Context Protocol (MCP) server that
|
|
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
|
|
package/data/make-modules.db
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "make-mcp-server",
|
|
3
|
-
"version": "1.3.
|
|
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",
|