Changelog

What changed, when.

Tool signatures are a contract; anything that would break a saved prompt gets a major version and a dated entry here first.

v1.0.0

2026-08-08
  • Initial release: Google Search Console MCP (5 data tools) and Bing Webmaster MCP (7 data tools) as separate servers over a shared core.
  • Bring-your-own credentials: GSC via your own OAuth client, Bing via your own API key. AES-256-GCM at rest, masked-suffix readback only.
  • Bing responses normalized: WCF __type stripped, /Date()/ epochs converted to YYYY-MM-DD, query/page stats aggregated and capped at 200 rows.
  • check_quota on both servers; setup and status tools unmetered.
  • Self-host mode (single tenant, no metering) in the same codebase.