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
7namespace MR::McpGateway
8{
9
10struct Config;
11
14std::vector<nlohmann::json>& getCachedTools();
15
20void ensureFreshCache( const Config& cfg );
21
24void loadCachedTools( const Config& cfg );
25
26}
Definition MRMCPGatewayBackend.h:10
std::vector< nlohmann::json > & getCachedTools()
void ensureFreshCache(const Config &cfg)
void loadCachedTools(const Config &cfg)
Definition MRMCPGatewayConfig.h:15