cmd

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Types

type ClaudeMCPConfig

type ClaudeMCPConfig struct {
	MCPServers map[string]ClaudeMCPServer `json:"mcpServers"`
}

ClaudeMCPConfig represents Claude Code's MCP configuration format

type ClaudeMCPServer

type ClaudeMCPServer struct {
	Command string            `json:"command"`
	Args    []string          `json:"args,omitempty"`
	Env     map[string]string `json:"env,omitempty"`
}

type KiroAgentConfig

type KiroAgentConfig struct {
	Name           string                   `json:"name"`
	Description    string                   `json:"description,omitempty"`
	Tools          []string                 `json:"tools,omitempty"`
	AllowedTools   []string                 `json:"allowedTools,omitempty"`
	Resources      []string                 `json:"resources,omitempty"`
	Prompt         string                   `json:"prompt,omitempty"`
	Model          string                   `json:"model,omitempty"`
	MCPServers     map[string]KiroMCPServer `json:"mcpServers,omitempty"`
	IncludeMcpJson bool                     `json:"includeMcpJson,omitempty"`
}

KiroAgentConfig represents a Kiro agent configuration

type KiroMCPConfig

type KiroMCPConfig struct {
	MCPServers map[string]KiroMCPServer `json:"mcpServers"`
}

KiroMCPConfig represents Kiro's MCP configuration format

type KiroMCPServer

type KiroMCPServer struct {
	Command  string            `json:"command"`
	Args     []string          `json:"args,omitempty"`
	Env      map[string]string `json:"env,omitempty"`
	Disabled bool              `json:"disabled,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL