Documentation
¶
Overview ¶
Package cmd provides CLI commands for Koopa.
Commands:
- cli: Interactive terminal chat with Bubble Tea TUI
- serve: HTTP API server with SSE streaming
- mcp: Model Context Protocol server for IDE integration
Signal handling and graceful shutdown are implemented for all commands via context cancellation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is set at build time via ldflags:
go build -ldflags "-X github.com/koopa0/koopa/cmd.Version=1.0.0"
Default value "dev" indicates a development build.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.