Commit 9c259e2
authored
See CHANGELOG.md for details.
The Meta Ads MCP tools' `period` argument silently degraded
unknown values to `last_7d` and produced overlapping
period-over-period windows (last_7d vs last_30d) — silent data
corruption for any operator who passed `last_14d`, `last_90d`, or
`YYYY-MM-DD..YYYY-MM-DD`. PR #135 wires the full advertised
surface through to the Meta Graph API and raises `ValueError` for
unknown values so the failure surfaces to the operator instead of
returning wrong numbers labelled with their period.
Version bumped to 0.9.8 across .claude-plugin/plugin.json,
mureo/__init__.py, and pyproject.toml.
1 parent c012802 commit 9c259e2
4 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments