v1.6.0 — macro data tools + CAPE10 indicator
What's new
get_indicator— macro indicators in theRATIOnamespace (CAPE10 by country, e.g.USA_CAPE10.RATIO,EUR_CAPE10.RATIO). Optionalinclude_describefor multi-horizon stats.plot_macro— line chart of macro series (inflation / central-bank rate / CAPE10) as a PNG; overlay multiple symbols on one axis (e.g. USA vs EUR CAPE10).frequency="daily"for rate series.get_inflation— newinclude_rolling(12-month rolling inflation) andinclude_describeoptions.get_central_bank_rate— newfrequency="daily"(daily rate series) andinclude_describeoptions.
Fixed
get_central_bank_ratenow maps friendly central-bank codes to the real okama key-rate symbols:US→US_EFFR.RATE,EU/ECB→EU_MRO.RATE,RUS→RUS_CBR.RATE,UK/GB→UK_BR.RATE,ISR→ISR_IR.RATE,CN/CHN→CHN_LPR1.RATE. The previouscountry="US"→ non-existentUS.RATEbehavior is fixed; full RATE symbols (e.g.RUONIA.RATE,RUSFAR1M.RATE) still pass through.
Tool count
45 → 47 registered tools.
Upgrade
uvx okama-mcp picks up the new version automatically; pinned installs: pip install -U okama-mcp.