Skip to content

Releases: Casperjuel/aula-mcp

v1.2.0

Choose a tag to compare

@Casperjuel Casperjuel released this 22 May 11:45
89c2816

1.2.0 (2026-05-22)

Features

  • presence: komme/gå template read + write tools (#31) (3a7c3da)

Install

Download the binary for your platform, mark executable, and put it on your PATH:

# macOS arm64 (Apple Silicon)
curl -L -o aula https://github.com/Casperjuel/aula-mcp/releases/download/v1.2.0/aula-darwin-arm64
chmod +x aula
mv aula /usr/local/bin/aula

# Linux x64
curl -L -o aula https://github.com/Casperjuel/aula-mcp/releases/download/v1.2.0/aula-linux-x64
chmod +x aula
sudo mv aula /usr/local/bin/aula

Then aula login to start. See the README for the full quickstart.

Not affiliated with KMD A/S, Netcompany A/S, or the Aula consortium.
Aula is a trademark of its respective owner.


v1.1.0

Choose a tag to compare

@Casperjuel Casperjuel released this 13 May 21:31
5fc4dad

1.1.0 (2026-05-13)

Features

  • ha-addon: Home Assistant add-on packaging (#19) (2da9135)
  • ha-addon: in-addon MitID login UI via HA Ingress (#20) (3899ab5)
  • mcp-server: add legacy SSE transport for Home Assistant compatibility (#18) (e6af96d)

Bug Fixes

  • mcp-server: cap + idle-evict SSE sessions, validate inbound JSON-RPC (#21) (6f7f003)

Install

Download the binary for your platform, mark executable, and put it on your PATH:

# macOS arm64 (Apple Silicon)
curl -L -o aula https://github.com/Casperjuel/aula-mcp/releases/download/v1.1.0/aula-darwin-arm64
chmod +x aula
mv aula /usr/local/bin/aula

# Linux x64
curl -L -o aula https://github.com/Casperjuel/aula-mcp/releases/download/v1.1.0/aula-linux-x64
chmod +x aula
sudo mv aula /usr/local/bin/aula

Then aula login to start. See the README for the full quickstart.

Not affiliated with KMD A/S, Netcompany A/S, or the Aula consortium.
Aula is a trademark of its respective owner.


v1.0.1

Choose a tag to compare

@github-actions github-actions released this 13 May 21:23
045a89a

Install

Download the binary for your platform, mark executable, and put it on your PATH:

# macOS arm64 (Apple Silicon)
curl -L -o aula https://github.com/Casperjuel/aula-mcp/releases/download/v1.0.1/aula-darwin-arm64
chmod +x aula
mv aula /usr/local/bin/aula

# Linux x64
curl -L -o aula https://github.com/Casperjuel/aula-mcp/releases/download/v1.0.1/aula-linux-x64
chmod +x aula
sudo mv aula /usr/local/bin/aula

Then aula login to start. See the README for the full quickstart.

Not affiliated with KMD A/S, Netcompany A/S, or the Aula consortium.
Aula is a trademark of its respective owner.


v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 May 19:32
a3021a7

1.0.0 (2026-05-13)

Features

  • aula-auth: foundation utilities (HTTP, crypto, cookies, HTML, PKCE) (b2678e1)
  • aula-auth: port CustomSRP-6a (3072-bit) with golden vectors (08d3d67)
  • aula-auth: port MitidClient (APP + CODE_TOKEN + PASSWORD) (5ac5f15)
  • aula-auth: port OAuth + SAML/broker handoff + AulaLoginClient (596daf4)
  • aula-auth: token store + wire-trace debug tooling (d7a7228)
  • aula-client: API version probing + core endpoints + widget token manager (d8c7c9f)
  • aula-client: integration plugins (EasyIQ, Meebook, Min Uddannelse, Systematic) (26a6798)
  • auth: legacy MitID /prove + /verify fallback (J3) (af05323)
  • ci: automated semver via release-please (dd38143)
  • cli: aula doctor + transcript view/list/prune + --json + prompt timeout + locale cleanup (25351c3)
  • cli: aula login / status / whoami / logout (8b8c5c4)
  • cli: aula tokens export/import for self-host migration (03852f5)
  • integrations: add EasyIQ Lektier widget (0142) (#8) (106f4c8)
  • integrations: EasyIQ SkolePortal (widget 0128, PR scaarup/aula#352) (e754f1b)
  • macOS Keychain backend (Q4) + login activity log (F7) + nightly canary (W6) (10d09d6)
  • mcp-server: Hono + Streamable HTTP + aula.discover (2466d2f)
  • mcp: widget detection, friendly calendar range, raw escape hatch, notifications + posts tools (1ec1a5f)
  • mitid: typed CAP008 'parallel sessions' error + CLI hint + log footer (61945aa)

Bug Fixes

  • auth-correctness: meta-refresh fallback, refresh race, fetch errors, cookie warnings, graceful shutdown, remote-bind guard (e337e77)
  • canary: treat 403 from Aula edge as filter, require 2 consecutive fails before paging (#12) (0c68ab8)
  • critical issues from gap review (53a9ea4)
  • login,mcp: unblock end-to-end auth + ugeplan, sharpen MCP UX (f711ca4)
  • mitid: auto-fall-back from /complete to /prove+/verify on 404 (82d715d)
  • mitid: handle double-JSON-encoded /initialize response (1ecd8ce)