From d26204f643d4caab4e13d10b3f40383413976c79 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Singh Date: Fri, 31 Oct 2025 10:45:12 +0530 Subject: [PATCH 1/2] Fix for Schema validation for tempalte registry --- src/templates/install.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/templates/install.yml b/src/templates/install.yml index a9cce1d..98931a8 100644 --- a/src/templates/install.yml +++ b/src/templates/install.yml @@ -5,8 +5,6 @@ categories: - action - helper-template -apis: [] - workspaces: - default From 0fda8e003f34b50370a966336028b7124cf5859f Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Singh Date: Fri, 31 Oct 2025 10:49:19 +0530 Subject: [PATCH 2/2] Update version 0.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe474cf..9b3211f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/generator-app-remote-mcp-server-generic", - "version": "0.1.3", + "version": "0.1.4", "description": "Adobe I/O Appbuilder template for MCP server implementation with Appbuilder actions.", "main": "src/index.js", "engines": {