wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
MCPValidator.h File Reference
#include <memory>
#include <string>
#include <unordered_map>
#include <nlohmann/json-schema.hpp>
#include <nlohmann/json.hpp>
#include <QJsonObject>
#include <QString>
Include dependency graph for MCPValidator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MCPValidator
 JSON Schema validator for MCP commands and responses using native json-schema-validator. More...
struct  ValidationResult
 Result of JSON schema validation. More...

Typedefs

using json = nlohmann::json

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 15 of file MCPValidator.h.