| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…2268) Co-authored-by: Felix Weinberger <3823880+felixweinberger@users.noreply.github.com>
…rs, pagination docs, path-sanitization note) (#2269) Co-authored-by: Felix Weinberger <3823880+felixweinberger@users.noreply.github.com>
…EP-414) (#2270) Co-authored-by: Felix Weinberger <3823880+felixweinberger@users.noreply.github.com>
Brings in four upstream changes: - SEP-414 reserved trace context _meta keys (traceparent/tracestate/baggage) and propagation docs (#2270) - SEP-2577 deprecation of the roots, sampling, and logging runtime APIs (#2268) - Non-SEP draft-spec conformance fixes: eager list handlers, pagination docs, path-sanitization note (#2269) - Cloudflare workers test leak fix (#2296) Notable resolutions: - Trace context _meta keys are propagation keys: they are NOT added to the reserved envelope-key set lifted out of inbound _meta in protocol.ts, so they pass through to handlers untouched (covered by the new traceContextMeta tests, taken unmodified). - SEP-2577 deprecation docs reconciled onto this branch's typed request methods (Client.setLoggingLevel, Server.listRoots) without changing their implementations.
🦋 Changeset detectedLatest commit: 2685bec The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Sorry, something went wrong.
|
@modelcontextprotocol/client
npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/client@2300
npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/codemod@2300
npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/server@2300
npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/server-legacy@2300
npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/express@2300
npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/fastify@2300
npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/hono@2300
npm i https://pkg.pr.new/modelcontextprotocol/typescript-sdk/@modelcontextprotocol/node@2300 commit: 2685bec |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Routine sync of main into the v2-2026-07-28 integration branch, bringing in the four changes
that landed on main since the last sync (merge-base f2a3320):
propagation docs (feat(core): reserved trace context _meta keys and propagation docs (SEP-414) #2270)
doc updates, path-sanitization note (fix(server,client): non-SEP draft spec conformance (eager list handlers, pagination docs, path-sanitization note) #2269)
Conflict resolutions
packages/server/src/server/server.ts (listRoots): main added SEP-2577 @deprecated
docstrings on the old schema-based request implementations; this branch had already moved those
methods to the typed request() form. Resolved by keeping the branch's implementations and
carrying over the upstream docstrings verbatim — deprecation scope is unchanged.
not added to the reserved envelope-key set that the protocol layer lifts out of inbound
_meta on this branch, so they continue to reach handlers untouched. Upstream's
traceContextMeta.test.ts is taken unmodified and passes against the branch's lift.
cloudflareWorkers tests) merged cleanly with upstream content intact.
Validation
middleware + examples) including the new SEP-414 trace-context tests unmodified
to test(integration): fix cloudflare workers test leaking workerd processes #2296 dropping the per-run npm install
pin: baseline check passed, no new failures