Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: php-mcp/laravel

Tags

3.1.0

Toggle 3.1.0's commit message
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.

3.0.0

Toggle 3.0.0's commit message
docs: Update README with latest features and capabilities.

2.1.1

Toggle 2.1.1's commit message
fix: remove output message after STDIO transport stops

When MCP clients disconnect from STDIO transport, they close STDOUT/STDERR
streams before the Laravel command completes. Attempting to output
"MCP Server (STDIO) stopped." to closed streams causes fwrite() errors.

2.1.0

Toggle 2.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
docs: transport should be explicitly set to stdio for the tool to start

When starting the tool is VSCode without providing a transport, it can't "Choose transport protocol for MCP server communication", so we need to explicitly define it.

2.0.0

Toggle 2.0.0's commit message
docs: Expand README.md with detailed explanations of MCP registration…

… methods and their configurations

[skip ci]

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: `McpServiceProvider` file and `loadElements` function not found

1.1.0

Toggle 1.1.0's commit message
refactor: Adapt to php-mcp/server v1.1.0 changes

1.0.0

Toggle 1.0.0's commit message
chore: update README.md