Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertMCPServers ¶
func ConvertMCPServers(serverConfigs map[string]any, warnf func(string, ...any)) map[string]copilot.MCPServerConfig
ConvertMCPServers converts eval YAML mcp_servers entries into Copilot SDK MCP configs. Invalid entries are skipped after emitting a warning through warnf.
func ConvertMCPServersWithMocks ¶ added in v0.38.0
func ConvertMCPServersWithMocks(serverConfigs map[string]any, mocks []models.MCPMockConfig, baseDir string, warnf func(string, ...any)) map[string]copilot.MCPServerConfig
ConvertMCPServersWithMocks converts eval YAML mcp_servers entries and mcp_mocks entries into Copilot SDK MCP configs. Mock servers are exposed as hermetic stdio MCP servers backed by this waza binary.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.