MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMCPGatewayCache.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <nlohmann/json.hpp>
4
5
#include <vector>
6
7
namespace
MR::McpGateway
8
{
9
10
struct
Config
;
11
14
std::vector<nlohmann::json>&
getCachedTools
();
15
20
void
ensureFreshCache
(
const
Config
& cfg );
21
24
void
loadCachedTools
(
const
Config
& cfg );
25
26
}
MR::McpGateway
Definition
MRMCPGatewayBackend.h:10
MR::McpGateway::getCachedTools
std::vector< nlohmann::json > & getCachedTools()
MR::McpGateway::ensureFreshCache
void ensureFreshCache(const Config &cfg)
MR::McpGateway::loadCachedTools
void loadCachedTools(const Config &cfg)
MR::McpGateway::Config
Definition
MRMCPGatewayConfig.h:15
MRMCPGateway
MRMCPGatewayCache.h
Generated by
1.14.0