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. […]