|
|
|
|
|
by ok_dad
12 days ago
|
|
You realize that not every user of agents uses them like Claude or Codex on your local CLI right? MCP is the standard for cloud agents. How do you get a cloud agent working in an ephemeral container access to skills? The answer is MCP. |
|
If MCP did not exist today, we wold not invent it.
We'd probably hormonize in basic conventions around json calls, and not much more.
The rest would just be api use / instructions.
LLMS to day are exceedingly good at calling RESTful APIs, the MCP standard provides little advantage.
The advantage of 'skills' is that they are more generic - an Enterprise LLM can evoke 'capabilities' which may or may not involved rpc type calls, and if they do, there will be varying level of instructions provided.
There's almost not point to MCP.