master
h 12 lines 328 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_MCP_TOOLS_H
4 #define NETDATA_MCP_TOOLS_H
5
6 #include "mcp.h"
7
8 // Tools namespace method dispatcher (transport-agnostic)
9 MCP_RETURN_CODE mcp_tools_route(MCP_CLIENT *mcpc, const char *method, struct json_object *params, MCP_REQUEST_ID id);
10
11
12 #endif // NETDATA_MCP_TOOLS_H