Documentation
¶
Index ¶
- func EnvironmentInfoToCallResult(envInfo *environment.EnvironmentInfo) (*mcp.CallToolResult, error)
- func EnvironmentToCallResult(env *environment.Environment) (*mcp.CallToolResult, error)
- func RunStdioServer(ctx context.Context, dag *dagger.Client, singleTenant bool) error
- type EnvironmentResponse
- type Tool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvironmentInfoToCallResult ¶ added in v0.1.0
func EnvironmentInfoToCallResult(envInfo *environment.EnvironmentInfo) (*mcp.CallToolResult, error)
func EnvironmentToCallResult ¶
func EnvironmentToCallResult(env *environment.Environment) (*mcp.CallToolResult, error)
Types ¶
type EnvironmentResponse ¶
type EnvironmentResponse struct {
ID string `json:"id"`
Title string `json:"title"`
Config *environment.EnvironmentConfig `json:"config"`
RemoteRef string `json:"remote_ref"`
CheckoutCommand string `json:"checkout_command_to_share_with_user"`
LogCommand string `json:"log_command_to_share_with_user"`
DiffCommand string `json:"diff_command_to_share_with_user"`
Services []*environment.Service `json:"services,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.