MCP Terminal Server

// Copyright 2024 Google LLC // SPDX-License-Identifier: Apache-2.0 // This file was generated by jsonschemagen. DO NOT EDIT. package genkit import "github.com/firebase/genkit/go/core/tracing" type flowError struct { Error string `json:"error,omitempty"` Stacktrace string `json:"stacktrace,omitempty"` } type flowExecution struct { // end time in milliseconds since the epoch EndTime tracing.Milliseconds `json:"endTime,omitempty"` // start time in milliseconds since the epoch StartTime tracing.Milliseconds `json:"startTime,omitempty"` TraceIDs []string `json:"traceIds,omitempty"` }