MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / handlePing

Method handlePing

app/src/API/MCPHandler.cpp:280–283  ·  view source on GitHub ↗

* @brief Handle MCP ping request */

Source from the content-addressed store, hash-verified

278 * @brief Handle MCP ping request
279 */
280API::MCP::MCPResponse API::MCPHandler::handlePing(const MCP::MCPRequest& request)
281{
282 return MCP::MCPResponse::makeSuccess(request.id, QJsonObject());
283}
284
285/**
286 * @brief Handle tools/list request

Callers

nothing calls this directly

Calls 1

QJsonObjectClass · 0.85

Tested by

no test coverage detected