@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 +2 -0
- 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 +31 -9
package/dist/index.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ declare function loadConfig(): GoogleAdsConfig;
|
|
|
42
42
|
* SPDX-License-Identifier: Apache-2.0
|
|
43
43
|
*/
|
|
44
44
|
|
|
45
|
-
declare const PACKAGE_VERSION = "1.0.
|
|
45
|
+
declare const PACKAGE_VERSION = "1.0.2";
|
|
46
46
|
declare function createServer(config: GoogleAdsConfig): McpServer;
|
|
47
47
|
|
|
48
48
|
export { type GoogleAdsConfig, PACKAGE_VERSION, createServer, loadConfig };
|
package/dist/index.js
CHANGED
|
@@ -8670,7 +8670,7 @@ function registerGoogleAds(server, config) {
|
|
|
8670
8670
|
}
|
|
8671
8671
|
|
|
8672
8672
|
// src/server.ts
|
|
8673
|
-
var PACKAGE_VERSION = "1.0.
|
|
8673
|
+
var PACKAGE_VERSION = "1.0.2";
|
|
8674
8674
|
function createServer(config) {
|
|
8675
8675
|
const server = new McpServer(
|
|
8676
8676
|
{ name: "google-ads-mcp", version: PACKAGE_VERSION },
|