v2.7.3 — mcp-ts-core ^0.9.4 + GC pressure env var
v2.7.3 — mcp-ts-core ^0.9.4 + GC pressure env var
Maintenance release. Picks up @cyanheads/mcp-ts-core 0.9.4 and surfaces
the new opt-in Bun GC loop to operators of HTTP deployments. No server
behavior changes.
Dependency bumps:
@cyanheads/mcp-ts-core^0.9.3 → ^0.9.4
Added:
MCP_GC_PRESSURE_INTERVAL_MSdocumented in.env.exampleand the
README config table — opt-in Bun-only forced-GC loop
(cyanheads/mcp-ts-core#50) for HTTP deployments exhibiting heap growth
from the per-requestMcpServer/McpSessionTransportreference cycle.
Default0(disabled); recommended starting point if growth is
observed:60000. Relevant to the public hosted instance at
pubmed.caseyjhand.com.
Changed:
- README install-button URLs landed upstream —
cursor.com/en/install-mcpvscode.dev/redirect?url=…— already applied manually in 2.7.2, so
this server's badges now match the framework template.
- Framework version reference bumped in
CLAUDE.md+AGENTS.md.
623 tests pass (4 skipped); bun run devcheck clean.