mcp-google-ads 1.2.2 → 1.2.3

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "sha": "d3b40c7",
3
- "builtAt": "2026-04-17T20:02:21.153Z",
2
+ "sha": "f00d038",
3
+ "builtAt": "2026-04-17T20:56:31.741Z",
4
4
  "embeddedSecrets": true
5
5
  }
@@ -21,13 +21,11 @@ const logger = pino(
21
21
  singleLine: true,
22
22
  translateTime: "SYS:standard",
23
23
  destination: 2
24
- // stderr -- stdout is reserved for MCP JSON-RPC
25
24
  }
26
25
  }
27
26
  }
28
27
  },
29
- // When no transport (test mode), write to stderr directly
30
- process.env.NODE_ENV === "test" ? pino.destination(2) : void 0
28
+ pino.destination(2)
31
29
  );
32
30
  const MAX_RESPONSE_SIZE = 2e5;
33
31
  function safeResponse(data, context) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-google-ads",
3
3
  "mcpName": "io.github.mharnett/google-ads",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "description": "MCP server for Google Ads API with MCC support, 36 tools for campaign management, reporting, and optimization -- now includes Demand Gen campaign creation end-to-end. Safe by default -- all changes created PAUSED.",
6
6
  "main": "dist/index.js",
7
7
  "bin": {