From adebdaefa8058c23a4f04d3e232dd4319768b813 Mon Sep 17 00:00:00 2001 From: Sean Roberts Date: Thu, 16 Jul 2026 19:10:08 -0400 Subject: [PATCH] Add netlify plugin Registers the Netlify platform skills plugin (netlify/context-and-tools) as an external plugin: functions, edge functions, blobs, database, identity, image CDN, forms, config, CLI, frameworks, caching, AI Gateway, and deployment, plus the official hosted Netlify MCP server. Public, MIT-licensed, maintained by Netlify. --- .github/plugin/marketplace.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 0788509..bbbc1fc 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -425,6 +425,39 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "netlify", + "source": { + "source": "github", + "repo": "netlify/context-and-tools" + }, + "description": "Netlify platform skills — functions, edge functions, blobs, database, identity, image CDN, forms, config, CLI, frameworks, caching, AI Gateway, and deployment — plus the official Netlify MCP server for creating and managing projects, deploys, and environment variables.", + "version": "1.1.0", + "author": { + "name": "Netlify", + "url": "https://www.netlify.com" + }, + "homepage": "https://www.netlify.com", + "repository": "https://github.com/netlify/context-and-tools", + "keywords": [ + "netlify", + "deployment", + "serverless", + "functions", + "edge-functions", + "blobs", + "database", + "forms", + "image-cdn", + "caching", + "ai-gateway", + "mcp", + "identity", + "frameworks", + "cli" + ], + "license": "MIT" } ] }