|
|
|
|
|
by Labo333
168 days ago
|
|
I built a similar system for php and I can tell you what is the smart thing here: accessing data using tools. Of course tool calling and MCP are not new. But the smart thing is that by defining the tools in the context of an authenticated request, one can easily enforce the security policy of the monolith. In my case (we will maybe write a blog post one day), it's even neater as the agent is coded in Python so the php app talks with Python through local HTTP (we are thinking about building a central micro service) and the tool calls are encoded as JSON RPC, and yet it works. |
|