| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | #ifndef NETDATA_MCP_PROMPTS_H |
| 4 | #define NETDATA_MCP_PROMPTS_H |
| 5 | |
| 6 | #include "mcp.h" |
| 7 | |
| 8 | // Prompts namespace method dispatcher (transport-agnostic) |
| 9 | MCP_RETURN_CODE mcp_prompts_route(MCP_CLIENT *mcpc, const char *method, struct json_object *params, MCP_REQUEST_ID id); |
| 10 | |
| 11 | #endif // NETDATA_MCP_PROMPTS_H |