From a8d0d91ccb51165343be9b9c22a2fcd5a429995e Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 19 May 2026 11:37:23 -0500 Subject: [PATCH] small-business: repoint paypal MCP URL (/mcp -> /sse) PayPal migrated their MCP endpoint from Streamable HTTP at `/mcp` to SSE at `/sse`. Old URL now returns 404 ("gone"); new URL returns 401 (alive, needs auth) and advertises full OAuth discovery including DCR at /.well-known/oauth-authorization-server. Matches the repoint pattern from #238 (datadog, apollo, outreach moved paths; only servicenow was truly dead) and the type:http + /sse convention already used by `square` in this same file. Unblocks the "Check MCP URLs" liveness workflow (#236) which has been failing every open PR on the paypal 404. Co-Authored-By: Claude Opus 4.7 (1M context) --- small-business/.mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/small-business/.mcp.json b/small-business/.mcp.json index 67fd32b5..14cf3057 100644 --- a/small-business/.mcp.json +++ b/small-business/.mcp.json @@ -6,7 +6,7 @@ }, "paypal": { "type": "http", - "url": "https://mcp.paypal.com/mcp" + "url": "https://mcp.paypal.com/sse" }, "hubspot": { "type": "http",