Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php-mcp/server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.1
Choose a base ref
...
head repository: php-mcp/server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.0
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 7, 2025

  1. Update CHANGELOG

    CodeWithKyrian authored and github-actions[bot] committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    b017170 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    7b25d5d View commit details
    Browse the repository at this point in the history
  2. fix(cache): Use serialize/unserialize in FileCache for object persist…

    …ence
    
    This resolves issues where `ClientStateManager` would fail to hydrate
    `ClientState` objects from `FileCache`, effectively making the cache
    non-functional for object storage.
    CodeWithKyrian committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    eda670a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28a4195 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8c33b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afb1320 View commit details
    Browse the repository at this point in the history
  6. refactor: change visibility of properties and methods in HttpServerTr…

    …ansport to protected for better extensibility
    CodeWithKyrian committed Jun 12, 2025
    Configuration menu
    Copy the full SHA
    4103ef9 View commit details
    Browse the repository at this point in the history
Loading