Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModeSSE = "sse" // Server-Sent Events mode ModeStdIO = "stdio" // Standard IO mode ModeHTTP = "http" // Streamable HTTP mode for MCP endpoint ModeHybrid = "hybrid" // Combined mode with both SSE and MCP endpoints DefaultPort = "8080" DefaultHost = "localhost" DefaultAppMode = "http" )
Server mode constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
App represents the main application structure
func NewApp ¶
NewApp creates and initializes a new App instance NewApp creates a new application instance with logger
func (*App) LoadConfig ¶
LoadConfig loads and validates the application configuration
func (*App) SetVersion ¶
SetVersion sets the server version
type Config ¶
type Config struct {
KiteAPIKey string
KiteAPISecret string
AppMode string
AppPort string
AppHost string
ExcludedTools string
}
Config holds the application configuration
type StatusPageData ¶
StatusPageData holds template data for the status page
Click to show internal directories.
Click to hide internal directories.