v0.1.2
Fixes
SSE transport fixes (#1) — surfaced via GitHub Copilot CLI over SSE:
- Tools now register over SSE. Emit
notifications/tools/list_changedonce after the client initializes, so clients that gate their firsttools/liston that notification no longer load zero tools. - Idle SSE connections stay alive. Send periodic
: keepalivecomment frames so streams aren't torn down by the HTTP body-idle timeout (~12 min). Tunable viaCDP_MCP_SSE_KEEPALIVE_MS(default 25s;0disables).
Also: an import-safe main() guard so the entrypoint can be unit-tested, and the McpServer serverInfo version now tracks the package version.