@getmcpads/google-ads-mcp-server 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,6 +14,8 @@ You run it. Your credentials stay on your machine. Nothing is proxied through a
14
14
  npx -y @getmcpads/google-ads-mcp-server
15
15
  ```
16
16
 
17
+ Also listed in the [MCP Registry](https://registry.modelcontextprotocol.io) as **`com.getmcpads/google-ads`**, so clients that read the registry can install it by name.
18
+
17
19
  > **Prefer not to run it yourself?** [getmcpads.com](https://www.getmcpads.com) is the hosted
18
20
  > version of this server, with Google Ads alongside Meta Ads, TikTok Ads, Pinterest Ads, GA4 and
19
21
  > Search Console behind a single endpoint, hosted OAuth, and cross-platform reporting.
package/dist/cli.js CHANGED
@@ -8712,7 +8712,7 @@ function registerGoogleAds(server, config) {
8712
8712
  }
8713
8713
 
8714
8714
  // src/server.ts
8715
- var PACKAGE_VERSION = "1.0.0";
8715
+ var PACKAGE_VERSION = "1.0.2";
8716
8716
  function createServer(config) {
8717
8717
  const server = new McpServer(
8718
8718
  { name: "google-ads-mcp", version: PACKAGE_VERSION },