34 const std::string& data_dir);
43 const std::filesystem::path&
root_dir()
const;
46 std::filesystem::path root_dir_;
48 std::unique_ptr<DiagnosticsTool> diagnostics_;
49 std::unique_ptr<CheckErrorsTool> check_errors_;
Diagnostics MCP server with LSP client.
~DiagnosticsServer() override
Destructor.
const std::filesystem::path & root_dir() const
Get the root directory.
Concrete base class for MCP servers (80% logic).
Activate model on GPU (WARM → ACTIVE).
MCPServerBase concrete base class + ServerResponse.