Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMCPGatewayCommand ¶
NewMCPGatewayCommand creates the mcp-gateway command
func SetVersionInfo ¶
func SetVersionInfo(v string)
SetVersionInfo sets the version information for the awmg package.
Types ¶
type GatewaySettings ¶
type GatewaySettings struct {
Port int `json:"port,omitempty"`
APIKey string `json:"apiKey,omitempty"`
}
GatewaySettings represents gateway-specific settings.
type MCPGatewayServer ¶
type MCPGatewayServer struct {
// contains filtered or unexported fields
}
MCPGatewayServer manages multiple MCP sessions and exposes them via HTTP
type MCPGatewayServiceConfig ¶
type MCPGatewayServiceConfig struct {
MCPServers map[string]parser.MCPServerConfig `json:"mcpServers"`
Gateway GatewaySettings `json:"gateway,omitempty"`
}
MCPGatewayServiceConfig represents the configuration for the MCP gateway service.
Click to show internal directories.
Click to hide internal directories.