From 062ac0e68eb73350780ec73af1a11103b379dd3a Mon Sep 17 00:00:00 2001 From: Den Delimarsky Date: Tue, 19 May 2026 07:02:50 +0000 Subject: [PATCH] Remove Google MCP entries from small-business plugin The Google-hosted MCP endpoints (gmail, calendar, drive) require an OAuth client_id at connection time and do not support dynamic client registration. The .mcp.json schema currently has no way to provide a client_id for these endpoints, so the connection cannot succeed from this plugin. This brings small-business in line with the other plugins in this repo, which had the same entries removed in #184. Users can connect Gmail, Calendar, and Drive through the Connectors Directory in the app, which handles the authentication separately. --- small-business/.mcp.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/small-business/.mcp.json b/small-business/.mcp.json index 67fd32b5..ca1c0bc7 100644 --- a/small-business/.mcp.json +++ b/small-business/.mcp.json @@ -39,18 +39,6 @@ "ms365": { "type": "http", "url": "https://microsoft365.mcp.claude.com/mcp" - }, - "gmail": { - "type": "http", - "url": "https://gmailmcp.googleapis.com/mcp/v1" - }, - "google calendar": { - "type": "http", - "url": "https://calendarmcp.googleapis.com/mcp/v1" - }, - "google drive": { - "type": "http", - "url": "https://drivemcp.googleapis.com/mcp/v1" } } }