awmg

package
v0.34.2 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetVersion

func GetVersion() string

GetVersion returns the current version.

func NewMCPGatewayCommand

func NewMCPGatewayCommand() *cobra.Command

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.

Jump to

Keyboard shortcuts

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