Skip to content

Releases: bchoi-qwe/aeso-mcp

aeso-mcp v0.3.0

Choose a tag to compare

@bchoi-qwe bchoi-qwe released this 27 Aug 03:39

Full Changelog: v0.2.0...v0.3.0

aeso-mcp v0.2.0

Choose a tag to compare

@bchoi-qwe bchoi-qwe released this 23 Aug 21:21

Full Changelog: v0.1.1...v0.2.0

v0.1.1

Choose a tag to compare

@bchoi-qwe bchoi-qwe released this 07 Aug 23:35

Summary

Patch release after live AESO verification and CI hardening.

Highlights

  • Market snapshot uses a single CSD fetch and correct AIL extraction
  • Semantic cache TTLs for ranges overlapping the current market day
  • Snapshot prices select the latest interval by interval_start
  • Config test no longer false-passes when a local .env is present
  • MCP conformance baseline format fixed for application-server gaps
  • Install docs use GitHub uvx --from git+... until PyPI publish

Install

export AESO_API_KEY=your-key
uvx --from git+https://github.com/bchoi-qwe/aeso-mcp.git aeso-mcp

PyPI publish is prepared (.github/workflows/publish.yml) but needs a PYPI_TOKEN secret or Trusted Publisher on the pypi environment.