Categories
AI SumoCoders Tech

Symfony CLI and Claude Code

If you use Symfony CLI locally and Claude Code it happens that Claude wants to run php commands. Which often leads to using the wrong PHP version as it should use symfony php instead. The following script instructs Claude to use symfony xxx. It does this for php, composer, bin/console, vendor/bin Now you need to […]

Categories
AI Tech

Symfony Streamable HTTP MCP server

⚠️ Warning: Do not use this in production This experiment connects ChatGPT to a (local) Symfony application. Most online examples use an STDIO-based MCP server through console commands. Which works fine locally. This setup embeds the MCP server in an existing web application and makes it accessible online, without running it as a separate process. […]