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/laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0
Choose a base ref
...
head repository: php-mcp/laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 4 contributors

Commits on Jun 26, 2025

  1. Update CHANGELOG

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

Commits on Jul 1, 2025

  1. Configuration menu
    Copy the full SHA
    f76a6f6 View commit details
    Browse the repository at this point in the history
  2. refactor: Update handler assertions in ManualRegistrationTest

    - Changed assertions in ManualRegistrationTest to verify handler as an array containing the handler class and method instead of separate properties.
    - Updated tests to reflect the new structure for handler registration, ensuring consistency across tool, resource, and prompt registrations.
    tkaratug authored and CodeWithKyrian committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    6f9ce34 View commit details
    Browse the repository at this point in the history
  3. feat: add closure handler support and custom input schema for tools

    - Bump php-mcp/server dependency to ^3.2
    - Add support for callable/closure handlers in all MCP element types (tools, resources, resource templates, prompts)
    - Introduce inputSchema() method for tools to define custom JSON validation schemas
    
    Breaking: None - all existing v3.0 code remains compatible
    CodeWithKyrian committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    a6a04f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    941f767 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. fix: redirect ServeCommand output to STDERR for stdio transport

    Console output methods sometimes write to STDOUT, which interferes with JSON-RPC communication in stdio mode. This redirects startup messages to STDERR when available.
    CodeWithKyrian committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    6380d27 View commit details
    Browse the repository at this point in the history
Loading