diff --git a/tools/server/server-tools.cpp b/tools/server/server-tools.cpp index 7e249a48bb..c5cab3a6d9 100644 --- a/tools/server/server-tools.cpp +++ b/tools/server/server-tools.cpp @@ -1950,6 +1950,10 @@ static server_tool & find_tool(std::vector> & tools // static std::vector> build_tools() { + // IMPORTANT: for contributors, please keep this array of tools as minimal as possible + // we only accept minimal i/o and shell command tools here + // for example, do not add: web search, get date time, etc. + // high-level functionality should be added either via MCP or web UI std::vector> tools; tools.push_back(std::make_unique()); tools.push_back(std::make_unique());