Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseAndAddMcpServer ¶ added in v1.8.0
ParseAndAddMcpServer parses pasted MCP server configuration and adds it to the system
func ValidateMcpServerConfig ¶ added in v1.8.0
ValidateMcpServerConfig validates that the pasted config is valid
Types ¶
type McpServerExternal ¶ added in v1.8.0
type McpServerExternal struct { Command string `json:"command"` Args []string `json:"args"` Env map[string]string `json:"env,omitempty"` }
McpServerExternal represents various external MCP server formats
type McpServerInput ¶ added in v1.8.0
type McpServerInput struct {
McpServers map[string]McpServerExternal `json:"mcpServers"`
}
McpServerInput represents the external format that users might paste
Click to show internal directories.
Click to hide internal directories.