Can this be used to create MCP servers? #10
-
Would it be possible to also create MCP servers with this project? Or is this planned? Or out of scope. Something like https://github.com/logiscape/mcp-sdk-php |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ruudk, AI Agents are the consumer of these APIs (aka tools). They refer to two completely different development use cases. So, as you said, MCP server is out of scope for Agentic framework. I believe will be an explosion of packages to convert REST into MCP and probably it could be better to look at framework specific packages for Laravel, Symfony, etc, to make the creation of this additional extension easier. General purpose packages for MCP server can be helpful if you are not using an established framework. It's just my experience, feel free to integrate with your considerations. |
Beta Was this translation helpful? Give feedback.
Hi @ruudk,
MCP server has the goal to allow application developers to expose their REST APIs to AI Agents usually in the form of tools.
AI Agents are the consumer of these APIs (aka tools). They refer to two completely different development use cases.
So, as you said, MCP server is out of scope for Agentic framework.
I believe will be an explosion of packages to convert REST into MCP and probably it could be better to look at framework specific packages for Laravel, Symfony, etc, to make the creation of this additional extension easier. General purpose packages for MCP server can be helpful if you are not using an established framework.
It's just my experience, feel free to integrate with…