Skip to content

Commit f3e3f60

Browse files
committed
Bump version to 1.0.35
1 parent 941bbf3 commit f3e3f60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.34"
9+
__version__ = "1.0.35"
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.34"
7+
version = "1.0.35"
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.34",
5+
"version": "1.0.35",
66
"remotes": [
77
{
88
"type": "streamable-http",

0 commit comments

Comments
 (0)