From 43c0bea1b489e1693c9279099c7539fc22d974cc Mon Sep 17 00:00:00 2001 From: Siddharth Sathyam Date: Mon, 21 Sep 2026 14:19:04 -0500 Subject: [PATCH] Bump the Cursor plugin to 1.0.1 [sc-143999] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The manifest Cursor ingests changed: the MCP config moved to the spec's canonical mcp.json path, and the plugin is now reachable through the new root marketplace manifest. Patch bump — no tool or skill behavior changed. server.json stays at 1.0.0 (com.ifttt/mcp is published in the MCP Registry and nothing about the hosted server changed), as does the ClawHub skill. --- plugins/ifttt/.cursor-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ifttt/.cursor-plugin/plugin.json b/plugins/ifttt/.cursor-plugin/plugin.json index 1b89893..d9f6e6f 100644 --- a/plugins/ifttt/.cursor-plugin/plugin.json +++ b/plugins/ifttt/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "ifttt", "displayName": "IFTTT", - "version": "1.0.0", + "version": "1.0.1", "description": "Bring IFTTT automation into the agent: search hundreds of services, build and manage Applets, and run actions and queries without leaving your editor.", "author": { "name": "IFTTT",