Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClaudeMCPConfig ¶
type ClaudeMCPConfig struct {
MCPServers map[string]ClaudeMCPServer `json:"mcpServers"`
}
ClaudeMCPConfig represents Claude Code's MCP configuration format
type ClaudeMCPServer ¶
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
Click to show internal directories.
Click to hide internal directories.