Hacker News new | ask | show | jobs
by 1W6MIC49CYX9GAP 333 days ago
An mcp lets an agent call functions. These can in turn even issue queries to an LLM. E.g. an agent can issue natural language queries to a database by calling a function query("what is the answer to life, the universe and everything?") and the function will return "42" to the agent.