@getmcpads/google-ads-mcp-server 1.0.1 → 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/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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.
|
|
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 },
|