Skip to content

Commit 535986f

Browse files
committed
fix(changeset): use scoped package name for session lifecycle
Release workflow failed because the changeset referenced "codemap" instead of "@stainless-code/codemap". Also patch (not minor) per pre-v1 bump policy — no schema break.
1 parent 048278b commit 535986f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"codemap": minor
2+
"@stainless-code/codemap": patch
33
---
44

55
MCP session lifecycle hygiene: stdio disconnect detection (stdin EOF, stdout EPIPE, parent-PID poll) with graceful watcher shutdown on client exit; HTTP `serve --watch` refcount-gates the watcher per request (5s release grace, `/health` excluded). No MCP idle shutdown.

0 commit comments

Comments
 (0)