Skip to content

Commit 1127824

Browse files
docs(migration-SKILL): mark ctx.sessionId deprecated (SEP-2567); point to ctx.http.authInfo / legacySessionId
1 parent 00d83d5 commit 1127824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migration-SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Request/notification params remain fully typed. Remove unused schema imports aft
416416
| `extra.sendRequest(...)` | `ctx.mcpReq.send(...)` |
417417
| `extra.sendNotification(...)` | `ctx.mcpReq.notify(...)` |
418418
| `extra.authInfo` | `ctx.http?.authInfo` |
419-
| `extra.sessionId` | `ctx.sessionId` |
419+
| `extra.sessionId` | `ctx.sessionId` _(deprecated, SEP-2567)_ — prefer `ctx.http?.authInfo` for identity; for the legacy header value use `legacySessionId(transport)` |
420420
| `extra.requestInfo` | `ctx.http?.req` (standard Web `Request`, only `ServerContext`) |
421421
| `extra.closeSSEStream` | `ctx.http?.closeSSE` (only `ServerContext`) |
422422
| `extra.closeStandaloneSSEStream` | `ctx.http?.closeStandaloneSSE` (only `ServerContext`) |

0 commit comments

Comments
 (0)