Skip to content

v0.1.1

Choose a tag to compare

@bchoi-qwe bchoi-qwe released this 07 Aug 23:35
· 12 commits to main since this release

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.