You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ Note: `AuthInfo` has moved from `server/auth/types.ts` to the core types and is
248
248
249
249
### `Headers` object instead of plain objects
250
250
251
-
Transport APIs and `RequestInfo.headers` now use the Web Standard `Headers` object instead of plain `Record<string, string | string[] | undefined>`. The `IsomorphicHeaders` type is still exported as a `@deprecated` alias for`Headers`.
251
+
Transport APIs and `RequestInfo.headers` now use the Web Standard `Headers` object instead of plain `Record<string, string | string[] | undefined>`. The `IsomorphicHeaders` type alias has been removed; the codemod (`mcp-codemod v1-to-v2`) rewrites it to`Headers`.
252
252
253
253
This affects both transport constructors and request handler code that reads headers:
0 commit comments