Skip to content

Commit 3b612c7

Browse files
authored
chore(release): bump to 1.0.118 (#148)
Release includes changes merged since 1.0.117 (#141): - fix(security): stop make_api_request mutating the caller's params dict / token leak (#145) - fix(targeting): accept custom_locations/places/electoral_districts in estimate_audience_size preflight (#147) - docs(readme): Meta Business Partner positioning + multi-platform/hosted lede (#142, #146)
1 parent db8b9b8 commit 3b612c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

meta_ads_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from meta_ads_mcp.core.server import main
88

9-
__version__ = "1.0.117"
9+
__version__ = "1.0.118"
1010

1111
__all__ = [
1212
'get_ad_accounts',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "meta-ads-mcp"
7-
version = "1.0.117"
7+
version = "1.0.118"
88
description = "Model Context Protocol (MCP) server for Meta Ads - Use Remote MCP at pipeboard.co for easiest setup"
99
readme = "README.md"
1010
requires-python = ">=3.10"

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "co.pipeboard/meta-ads-mcp",
44
"description": "Facebook / Meta Ads automation with AI: analyze performance, test creatives, optimize spend.",
5-
"version": "1.0.117",
5+
"version": "1.0.118",
66
"remotes": [
77
{
88
"type": "streamable-http",

0 commit comments

Comments
 (0)