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.
- package/dist/build-info.json +2 -2
- package/dist/resilience.js +1 -3
- package/package.json +1 -1
package/dist/build-info.json
CHANGED
package/dist/resilience.js
CHANGED
|
@@ -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
|
-
|
|
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.
|
|
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": {
|