Skip to content

v0.4.1 — MPL-2.0 relicense + Glama AAA-tier MCP bridge

Choose a tag to compare

@hyperpolymath hyperpolymath released this 20 May 05:40
· 381 commits to main since this release
6f8dcc6

Highlights

  • License: relicensed PMPL→MPL-2.0 across the repo; OIDC trusted publisher + socket.json added.
  • Glama AAA-tier MCP bridge (PR #33): closed the description/schema floor gap; every tool now carries Purpose, Behavior (read-only vs side-effect), Returns, Errors, and per-parameter description with patterns/lengths. Coherence test enforces a minimum description floor so the server score (60% mean + 40% min) cannot regress.
  • MCP transport: SSE transport added alongside stdio.
  • MCP SDK: expanded parameter support with authentication and rate limiting.
  • Architecture: ARCHITECTURE.md documents the transport layer.
  • Compatibility: explicit test file path for Node v25.
  • Ops: deployment script + config for hosted MCP servers.