▲ | sharemywin 8 days ago | ||||||||||||||||
LLMs shouldn't really care what format your tool call is in. so it seems kind of pointless. I would imagine it could ingest soap or a module definition or swagger just as easily and still make calls. | |||||||||||||||||
▲ | selcuka 8 days ago | parent | next [-] | ||||||||||||||||
It shouldn't care about the format, true. But the LLM needs a mechanism to be able to connect to that tool from a sandboxed environment. MCP is the glue between the LLM and the actual tool. Technically you can expose a full HTTP proxy via an MCP so that your LLM has access to the whole Internet. | |||||||||||||||||
| |||||||||||||||||
▲ | doppelgunner 8 days ago | parent | prev [-] | ||||||||||||||||
What's your preferred way, based on your experience? | |||||||||||||||||
|