fix(deps): update dependency @ai-sdk/mcp to ^1.0.61#190
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Coverage Report for agent-context (packages/agent-context)
File CoverageNo changed files found. |
ba2268c to
ed6900f
Compare
ed6900f to
ea2d03d
Compare
ea2d03d to
0815c6e
Compare
0815c6e to
37bf125
Compare
37bf125 to
9b163c7
Compare
9b163c7 to
f534fe9
Compare
f534fe9 to
7e1a77c
Compare
7e1a77c to
dc9dcd7
Compare
dc9dcd7 to
457abed
Compare
ba52395 to
0df4b9c
Compare
0df4b9c to
ebbd1d6
Compare
ebbd1d6 to
612a3aa
Compare
612a3aa to
8e25f5c
Compare
8e25f5c to
c0ec456
Compare
Contributor
Coverage Report for context (packages/context)
File CoverageNo changed files found. |
c0ec456 to
514d10d
Compare
514d10d to
505e474
Compare
505e474 to
e3c049e
Compare
e3c049e to
88ba067
Compare
88ba067 to
2c8224b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.0.41→^1.0.61Release Notes
vercel/ai (@ai-sdk/mcp)
v1.0.61Compare Source
Patch Changes
e1af05f]v1.0.60Compare Source
Patch Changes
937d731: Reject in-flight MCP requests when their abort signal fires and remove the pending response handler.2b6c67f: Prevent streamable HTTP MCP background SSE disconnects from surfacing as unhandled promise rejections.d559de9]v1.0.59Compare Source
Patch Changes
0952964]v1.0.58Compare Source
Patch Changes
f12f0d3: feat(mcp): expose a json-rpc message validatorv1.0.57Compare Source
Patch Changes
ea1e95b: feat(mcp): add maxRetries option for failed mcp tool callsea1e95b]v1.0.56Compare Source
Patch Changes
fa850e6]v1.0.55Compare Source
Patch Changes
3d0bd52: feat(mcp): allow MCP client to use server completionsb30e43a]v1.0.54Compare Source
Patch Changes
f19334d]v1.0.53Compare Source
Patch Changes
1b40ac7: Publish all packages under the@ai-v6dist tag.1b40ac7]v1.0.52Compare Source
Patch Changes
779f5cd]v1.0.51Patch Changes
aa39fc8: fix (mcp): handle SSE messages without explicit event fieldsv1.0.49Patch Changes
3e8d9ba: fix(mcp): lock first sse endpoint received via event4fa7354: fix(mcp): prevent prototype-named tools from bypassing theschemasallowlistWhen using
client.tools({ schemas })to expose only an explicitly allowedsubset of an MCP server's tools, the allowlist check used the
inoperator,which also matches inherited
Object.prototypeproperties. A server-advertisedtool named
constructor,toString,__proto__, etc. would pass the checkeven though the developer never defined it in
schemas, and was then exposed tothe model and executable. The check now uses
Object.hasOwn, so onlyexplicitly defined tools are returned.
Updated dependencies [
bfa5864]Updated dependencies [
f42aa79]v1.0.47Compare Source
Patch Changes
bf1d6bd: fix(mcp): prevent mcp oauth credential exfiltration during rediscoveryv1.0.46Compare Source
Patch Changes
1f817db: fix(mcp): await addClientAuthentication in token exchange and refreshv1.0.45Compare Source
Patch Changes
ec5fceb: fix(mcp): respond to ping requests with an empty result per JSON-RPC spec (closes #6282)v1.0.44Compare Source
Patch Changes
77775a4: feat(mcp): exposestatusCode,url, andresponseBodyonMCPClientErrorfor HTTP transport failuresMCPClientErrornow carries structured HTTP context when it originates from thestreamable HTTP transport. This lets downstream consumers (e.g. agent frameworks
that need to decide whether to fall back from streamable HTTP to legacy SSE
transport per the MCP spec) branch on the actual response status without parsing
the error message string.
Fields are optional — they remain
undefinedfor stdio transport errors and fornon-response failures (network errors, aborts).
v1.0.43Compare Source
Patch Changes
e2b923f: fix(mcp): deduplicate auth refresh on http transportv1.0.42Compare Source
Patch Changes
725f2ed: feat(mcp): expose server instructions to be accessible through client7281592: fix(mcp): use negotiated protocol version in transport request headersConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here