logoalt Hacker News

jcelerierlast Tuesday at 5:00 PM2 repliesview on HN

> LLM Can call tools without MCP 100% fine.

but can the LLM host UI ask me for permission (in an outside-of-LLM domain) if the LLM wants to call API foo.bar ?


Replies

v3ss0nlast Tuesday at 5:55 PM

Thats all part of how you code the LLMHost Backend and Frontend. I build several MCP and MCP-Less tool calling agents using autogen and they can ask the user permission. That is nothing to do with MCP at all.

Look into AutoGen by microsoft or if you want more basic , learn how tool calling in LLMs work.

show 2 replies
fullstackwifelast Tuesday at 5:44 PM

Sounds like NPM:)