Skip to content

v0.1.2

Choose a tag to compare

@ljanke-agents ljanke-agents released this 05 Jun 17:00
· 17 commits to master since this release
47f552c

Fixes

SSE transport fixes (#1) — surfaced via GitHub Copilot CLI over SSE:

  • Tools now register over SSE. Emit notifications/tools/list_changed once after the client initializes, so clients that gate their first tools/list on that notification no longer load zero tools.
  • Idle SSE connections stay alive. Send periodic : keepalive comment frames so streams aren't torn down by the HTTP body-idle timeout (~12 min). Tunable via CDP_MCP_SSE_KEEPALIVE_MS (default 25s; 0 disables).

Also: an import-safe main() guard so the entrypoint can be unit-tested, and the McpServer serverInfo version now tracks the package version.

PR: #2 · Closes: #1