Releases: dvaJi/elysiajs-mcp
Releases · dvaJi/elysiajs-mcp
Release list
v0.1.0
[0.1.0] - 2026-07-23
Initial release.
Features
mcp()Elysia plugin mounting an MCP Streamable HTTP server, with automatic
stateful (per-session) and stateless (per-request) modes and session lifecycle
management.StreamableHTTPTransport— a low-level transport extending the MCP SDK's
web-standard transport, adding a permissivestrictAcceptHeadermode
(default) for compatibility with Gemini CLI, the Java MCP SDK, Open WebUI,
andcurl.MemoryEventStore— in-memory event store with bounded ring buffers enabling
SSE stream resumability.- Auth helpers:
bearerAuth()token extractor with401challenge support,
andmcpAuthMetadata()serving the/.well-knownOAuth discovery endpoints
(RFC 8414 / RFC 9728).
Other
- tsdown-based build (ESM, with externals),
oxlint+oxfmttooling, Bun test
suite, and CI/release GitHub Actions workflows.