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.1.0
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.2.0
Choose a head ref
  • 6 commits
  • 42 files changed
  • 2 contributors

Commits on May 17, 2025

  1. Update CHANGELOG

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

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    b63c79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbbccd9 View commit details
    Browse the repository at this point in the history
  3. refactor: Allow starting server listen without running loop

    - Allow starting server without running blocking loop
    - Refactored message queuing in ClientStateManager to accept framed messages directly.
    - Updated Registry class to frame notifications before queuing.
    CodeWithKyrian committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    5ea3e27 View commit details
    Browse the repository at this point in the history
  4. feat: Add pagination limit configuration

    - Introduced a new pagination limit parameter in the Configuration class.
    - Updated ServerBuilder to support pagination limit configuration.
    - Refactored RequestProcessor to utilize the configured pagination limit for list methods.
    CodeWithKyrian committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    ab41e64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9892dd3 View commit details
    Browse the repository at this point in the history
Loading