Skip to content

build(deps): bump mcp/sdk from 0.4.0 to 0.5.0#4203

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/mcp/sdk-0.5.0
Open

build(deps): bump mcp/sdk from 0.4.0 to 0.5.0#4203
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/mcp/sdk-0.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps mcp/sdk from 0.4.0 to 0.5.0.

Release notes

Sourced from mcp/sdk's releases.

v0.5.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/php-sdk@v0.4.0...v0.5.0

Changelog

Sourced from mcp/sdk's changelog.

0.5.0

  • Add built-in authentication middleware for HTTP transport using OAuth
  • Add client component for building MCP clients
  • Add Builder::setReferenceHandler() to allow custom ReferenceHandlerInterface implementations (e.g. authorization decorators)
  • Add elicitation enum schema types per SEP-1330: TitledEnumSchemaDefinition, MultiSelectEnumSchemaDefinition, TitledMultiSelectEnumSchemaDefinition
  • [BC break] Make Symfony Finder component optional. Users would need to install symfony/finder now themselves
  • Add LenientOidcDiscoveryMetadataPolicy for identity providers that omit code_challenge_methods_supported (e.g. FusionAuth, Microsoft Entra ID)
  • Add OAuth 2.0 Dynamic Client Registration middleware (RFC 7591)
  • Add optional title field to Prompt and McpPrompt for MCP spec compliance
  • [BC Break] Builder::addPrompt() signature changed — $title parameter added between $name and $description. Callers using positional arguments for $description must switch to named arguments.
  • Add optional title field to Tool and McpTool for MCP spec compliance
  • [BC Break] Tool::__construct() signature changed — $title parameter added between $name and $inputSchema. Callers using positional arguments must switch to named arguments or pass null for $title.
  • [BC Break] McpTool attribute signature changed — $title parameter added between $name and $description. Callers using positional arguments for $description must switch to named arguments.
  • [BC Break] Builder::addTool() signature changed — $title parameter added between $name and $description. Callers using positional arguments for $description must switch to named arguments.
Commits
  • fb2c8c2 [Schema][Server] Add top-level title to Tool (#288)
  • 97979ec CS update after release of v3.95 (#282)
  • abae36e [Client] add client conformance test suite (#279)
  • d5b00cd Fix PHPDoc type of GetPromptRequest::$arguments (#285)
  • 73e4cc2 style: apply php-cs-fixer and PHPStan fixes (#289)
  • 7af5a34 Add title field to Prompt for MCP spec compliance (#278)
  • 863cfc1 [Server] feat: relax StrictOidcDiscoveryMetadataPolicy and add Dynamic Client...
  • 5d57b68 Fix to let schema attribute enum type hint allow null values (#271)
  • ea38ef7 Fix to make Symfony Finder component optional (#267)
  • 85fddf5 [Client] docs: introduce client SDK documentation and improve README structur...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mcp/sdk](https://github.com/modelcontextprotocol/php-sdk) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/modelcontextprotocol/php-sdk/releases)
- [Changelog](https://github.com/modelcontextprotocol/php-sdk/blob/main/CHANGELOG.md)
- [Commits](modelcontextprotocol/php-sdk@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: mcp/sdk
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file PHP Pull requests that update Php code labels Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file PHP Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants