Skip to content

🔼 Update dependency laravel/mcp to ^0.9.0 - #686

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/laravel-mcp-0.x
Open

🔼 Update dependency laravel/mcp to ^0.9.0#686
renovate[bot] wants to merge 1 commit into
devfrom
renovate/laravel-mcp-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
laravel/mcp ^0.5.9^0.9.0 age confidence

Release Notes

laravel/mcp (laravel/mcp)

v0.9.1

Compare Source

v0.9.0

Compare Source

What's Changed
New Contributors

Full Changelog: laravel/mcp@v0.8.2...v0.9.0

Upgrading To v0.9.0 From v0.8.0
Custom Client Transports

Likelihood Of Impact: low

The Laravel\Mcp\Client\Contracts\Transport contract now requires a setProtocolVersion method. The client calls this method after the initialize handshake so the transport can send the negotiated protocol version on subsequent requests.

If your application implements this contract, add the method to your transport:

public function setProtocolVersion(string $version): void
{
    $this->protocolVersion = $version;
}

Transports that do not send per-request headers may implement the method as a no-op, as the first-party StdioTransport does.

Client Protocol Version Negotiation

Likelihood Of Impact: Medium

The MCP client now validates the negotiated protocol version against the new ProtocolVersion::clientSupported() method rather than ProtocolVersion::supported(). The client supports 2025-11-25 and 2025-06-18.

Connecting to a server that negotiates 2025-03-26 or 2024-11-05 previously succeeded and will now throw a Laravel\Mcp\Exceptions\ClientException.
The ProtocolVersion::supported() method is unchanged and still reports every version the server accepts.

v0.8.2

Compare Source

What's Changed
New Contributors

Full Changelog: laravel/mcp@v0.8.2...v0.9.0

Upgrading To v0.9.0 From v0.8.0
Custom Client Transports

Likelihood Of Impact: low

The Laravel\Mcp\Client\Contracts\Transport contract now requires a setProtocolVersion method. The client calls this method after the initialize handshake so the transport can send the negotiated protocol version on subsequent requests.

If your application implements this contract, add the method to your transport:

public function setProtocolVersion(string $version): void
{
    $this->protocolVersion = $version;
}

Transports that do not send per-request headers may implement the method as a no-op, as the first-party StdioTransport does.

Client Protocol Version Negotiation

Likelihood Of Impact: Medium

The MCP client now validates the negotiated protocol version against the new ProtocolVersion::clientSupported() method rather than ProtocolVersion::supported(). The client supports 2025-11-25 and 2025-06-18.

Connecting to a server that negotiates 2025-03-26 or 2024-11-05 previously succeeded and will now throw a Laravel\Mcp\Exceptions\ClientException.
The ProtocolVersion::supported() method is unchanged and still reports every version the server accepts.

v0.8.1

Compare Source

What's Changed
  • Bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the github-actions group by @​dependabot[bot] in #​252
  • feat: compute default AppResource ui.domain from current URL for Claude compatibility by @​cirolosapio in #​231
  • Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @​dependabot[bot] in #​255
  • Allow OAuth client registration without a client name by @​lazerg in #​254
New Contributors

Full Changelog: laravel/mcp@v0.8.1...v0.8.2

v0.8.0

Compare Source

What's Changed
New Contributors

Full Changelog: laravel/mcp@v0.8.0...v0.8.1

v0.7.2

Compare Source

What's Changed
New Contributors

Full Changelog: laravel/mcp@v0.7.2...v0.8.0

v0.7.1

Compare Source

What's Changed
New Contributors

Full Changelog: laravel/mcp@v0.7.1...v0.7.2

v0.7.0

Compare Source

v0.6.7

Compare Source

What's Changed
New Contributors

Full Changelog: laravel/mcp@v0.6.6...v0.6.7

v0.6.6

Compare Source

What's Changed
New Contributors

Full Changelog: laravel/mcp@v0.6.6...v0.6.7

v0.6.5

Compare Source

What's Changed
New Contributors

Full Changelog: laravel/mcp@v0.6.4...v0.6.5

v0.6.4

Compare Source

What's Changed
New Contributors

Full Changelog: laravel/mcp@v0.6.4...v0.6.5

v0.6.3

Compare Source

v0.6.2

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • At any time (no schedule defined)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the 🔼 minor label Mar 27, 2026
@renovate

renovate Bot commented Mar 27, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laravel/mcp:0.9.1 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency laravel/framework is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laravel/mcp ^0.9.0, found laravel/mcp[v0.9.0, v0.9.1] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laravel/boost is locked to version v1.8.13 and an update of this package was not requested.
    - laravel/boost v1.8.13 requires laravel/mcp ^0.5.1 -> found laravel/mcp[v0.5.1, ..., v0.5.9] but it conflicts with your root composer.json require (^0.9.0).

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 5fe7109 to 611a526 Compare March 27, 2026 08:29
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 611a526 to dc2b08e Compare March 27, 2026 14:56
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from dc2b08e to 4bd1183 Compare March 27, 2026 18:00
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 4bd1183 to 4bebe7a Compare March 27, 2026 21:37
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 4bebe7a to b83bfd0 Compare March 28, 2026 01:13
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from b83bfd0 to 072329f Compare March 28, 2026 05:31
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 072329f to b24f2aa Compare March 28, 2026 09:23
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from b24f2aa to 03e53c9 Compare March 28, 2026 13:12
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 03e53c9 to b257684 Compare March 28, 2026 17:34
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from b257684 to 978fcde Compare March 28, 2026 21:07
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 978fcde to 40f827f Compare March 28, 2026 22:54
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 40f827f to c926dda Compare March 29, 2026 01:43
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from c926dda to d4ea19a Compare March 29, 2026 09:06
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from d4ea19a to 364ae4c Compare April 1, 2026 17:33
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from aa1a81b to 4736454 Compare April 13, 2026 04:37
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 4736454 to cd2a02f Compare April 13, 2026 05:41
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from cd2a02f to 1f256dd Compare April 13, 2026 21:23
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 1f256dd to 093fbec Compare April 14, 2026 06:17
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 093fbec to c78952d Compare April 18, 2026 09:21
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from c78952d to 24998ee Compare April 19, 2026 13:24
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 24998ee to 734e6ea Compare April 19, 2026 20:40
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 734e6ea to 75883a0 Compare April 19, 2026 20:52
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 75883a0 to 448af86 Compare April 20, 2026 15:56
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 448af86 to 1b23858 Compare April 21, 2026 14:40
@renovate renovate Bot changed the title 🔼 Update dependency laravel/mcp to ^0.6.0 🔼 Update dependency laravel/mcp to ^0.7.0 Apr 21, 2026
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from e9f5ac8 to 2e66e35 Compare April 23, 2026 19:15
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 2e66e35 to d0ed742 Compare April 25, 2026 16:53
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from d0ed742 to 809037c Compare April 26, 2026 11:16
@renovate
renovate Bot force-pushed the renovate/laravel-mcp-0.x branch from 809037c to 9eacfca Compare April 26, 2026 13:19
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