Skip to content

fix(deps): update dependency @ai-sdk/mcp to ^1.0.61#190

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ai-sdk-mcp-1.x
Open

fix(deps): update dependency @ai-sdk/mcp to ^1.0.61#190
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ai-sdk-mcp-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/mcp (source) ^1.0.41^1.0.61 age confidence

Release Notes

vercel/ai (@​ai-sdk/mcp)

v1.0.61

Compare Source

Patch Changes

v1.0.60

Compare 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.
  • Updated dependencies [d559de9]

v1.0.59

Compare Source

Patch Changes

v1.0.58

Compare Source

Patch Changes
  • f12f0d3: feat(mcp): expose a json-rpc message validator

v1.0.57

Compare Source

Patch Changes

v1.0.56

Compare Source

Patch Changes

v1.0.55

Compare Source

Patch Changes

v1.0.54

Compare Source

Patch Changes

v1.0.53

Compare Source

Patch Changes

v1.0.52

Compare Source

Patch Changes

v1.0.51

Patch Changes
  • aa39fc8: fix (mcp): handle SSE messages without explicit event fields

v1.0.49

Patch Changes
  • 3e8d9ba: fix(mcp): lock first sse endpoint received via event

  • 4fa7354: fix(mcp): prevent prototype-named tools from bypassing the schemas allowlist

    When using client.tools({ schemas }) to expose only an explicitly allowed
    subset of an MCP server's tools, the allowlist check used the in operator,
    which also matches inherited Object.prototype properties. A server-advertised
    tool named constructor, toString, __proto__, etc. would pass the check
    even though the developer never defined it in schemas, and was then exposed to
    the model and executable. The check now uses Object.hasOwn, so only
    explicitly defined tools are returned.

  • Updated dependencies [bfa5864]

  • Updated dependencies [f42aa79]

v1.0.47

Compare Source

Patch Changes
  • bf1d6bd: fix(mcp): prevent mcp oauth credential exfiltration during rediscovery

v1.0.46

Compare Source

Patch Changes
  • 1f817db: fix(mcp): await addClientAuthentication in token exchange and refresh

v1.0.45

Compare Source

Patch Changes
  • ec5fceb: fix(mcp): respond to ping requests with an empty result per JSON-RPC spec (closes #​6282)

v1.0.44

Compare Source

Patch Changes
  • 77775a4: feat(mcp): expose statusCode, url, and responseBody on MCPClientError for HTTP transport failures

    MCPClientError now carries structured HTTP context when it originates from the
    streamable 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 undefined for stdio transport errors and for
    non-response failures (network errors, aborts).

v1.0.43

Compare Source

Patch Changes
  • e2b923f: fix(mcp): deduplicate auth refresh on http transport

v1.0.42

Compare Source

Patch Changes
  • 725f2ed: feat(mcp): expose server instructions to be accessible through client
  • 7281592: fix(mcp): use negotiated protocol version in transport request headers

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@vercel

vercel Bot commented Apr 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-context-ecommerce-example Ready Ready Preview, Comment Jul 13, 2026 1:06am

Request Review

@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for agent-context (packages/agent-context)

Status Category Percentage Covered / Total
🔵 Lines 30.23% 179 / 592
🔵 Statements 30.98% 198 / 639
🔵 Functions 22.9% 41 / 179
🔵 Branches 24.45% 147 / 601
File CoverageNo changed files found.
Generated in workflow #527 for commit 8e25f5c by the Vitest Coverage Report Action

@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from ba2268c to ed6900f Compare April 8, 2026 15:50
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from ed6900f to ea2d03d Compare April 9, 2026 16:39
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.32 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.33 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from ea2d03d to 0815c6e Compare April 9, 2026 20:01
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.33 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.35 Apr 9, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from 0815c6e to 37bf125 Compare April 13, 2026 16:11
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.35 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.36 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from 37bf125 to 9b163c7 Compare April 29, 2026 14:57
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from 9b163c7 to f534fe9 Compare May 2, 2026 06:44
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.36 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.37 May 2, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from f534fe9 to 7e1a77c Compare May 3, 2026 18:58
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.37 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.38 May 3, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from 7e1a77c to dc9dcd7 Compare May 4, 2026 12:57
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from dc9dcd7 to 457abed Compare May 4, 2026 20:12
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.38 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.39 May 4, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from ba52395 to 0df4b9c Compare May 24, 2026 22:47
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.42 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.43 May 24, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from 0df4b9c to ebbd1d6 Compare May 28, 2026 23:57
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from ebbd1d6 to 612a3aa Compare May 30, 2026 18:50
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.43 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.44 May 30, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from 612a3aa to 8e25f5c Compare June 2, 2026 01:13
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.44 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.45 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from 8e25f5c to c0ec456 Compare June 6, 2026 22:58
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.45 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.46 Jun 6, 2026
@github-actions

github-actions Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for context (packages/context)

Status Category Percentage Covered / Total
🔵 Lines 30.53% 182 / 596
🔵 Statements 31.25% 201 / 643
🔵 Functions 22.9% 41 / 179
🔵 Branches 24.45% 147 / 601
File CoverageNo changed files found.
Generated in workflow #654 for commit 27beb3e by the Vitest Coverage Report Action

@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from c0ec456 to 514d10d Compare June 11, 2026 08:58
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from 514d10d to 505e474 Compare June 13, 2026 23:57
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.46 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.47 Jun 13, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from 505e474 to e3c049e Compare June 14, 2026 19:05
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.47 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.48 Jun 14, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from e3c049e to 88ba067 Compare June 15, 2026 16:08
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.48 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.49 Jun 15, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-mcp-1.x branch from 88ba067 to 2c8224b Compare June 16, 2026 03:17
@renovate renovate Bot changed the title fix(deps): Update dependency @ai-sdk/mcp to ^1.0.49 fix(deps): Update dependency @ai-sdk/mcp to ^1.0.50 Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants