From dd7847e6a0822c1f22dfd6c7d5816d5f30b9f164 Mon Sep 17 00:00:00 2001 From: Pavel Jbanov Date: Wed, 27 Nov 2024 17:13:42 -0500 Subject: [PATCH] chore: manually bump version to 0.9.6 for MCP plugin due to automation failures --- js/plugins/mcp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins/mcp/package.json b/js/plugins/mcp/package.json index 420fffdbc..45341e0b9 100644 --- a/js/plugins/mcp/package.json +++ b/js/plugins/mcp/package.json @@ -9,7 +9,7 @@ "genai", "generative-ai" ], - "version": "0.9.5", + "version": "0.9.6", "description": "A Genkit plugin that provides interoperability between Genkit and Model Context Protocol (MCP). Both client and server use cases are supported.", "main": "dist/index.js", "types": "./lib/index.d.ts",