mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
9a043176f3
New plugin pointing at Microsoft's hosted Microsoft Advertising (Bing Ads) MCP server, https://partner.api.bingads.microsoft.com/ext/mcp/vnext with the OpenBeta tool set, per Microsoft's MCP setup guide. Microsoft does not publish a shared OAuth client, so the plugin takes the user's own Microsoft Entra app registration client ID as a plugin variable and authenticates as a public client with PKCE, requesting https://ads.microsoft.com/msads.manage and offline_access. No secrets are stored in the plugin. Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>