Sorry if my question is very basic but after check...
# koog-agentic-framework
c
Sorry if my question is very basic but after checking how easy and intuitive creating and calling tools with Koog, how would you decide when a tool is better in a custom MCP or simply directly in the build ?
g
Deleted my prior message, misread the question.. but an MCP server is used when there could be multiple clients calling the tool. If you don't need multiple clients calling the tool then no need for an MCP server.
c
Thank you @gbaldeck ! I was not sure if there was a difference to call a tool depending if it is in the MCP or directly in your own code. Based on your answers, it looks like there is none.