Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateReadlineConfig ¶ added in v0.8.4
CreateReadlineConfig creates a readline config with completion
Types ¶
type Completer ¶ added in v0.8.4
type Completer struct {
// contains filtered or unexported fields
}
Completer provides tab completion for REPL commands
func NewCompleter ¶ added in v0.8.4
func NewCompleter() *Completer
NewCompleter creates a new command completer
type Options ¶ added in v0.3.4
type Options struct {
QueryStringsFile string
NoConfirm bool
MCPServerURL string // MCP server URL for direct client calls
MCPTransport string // MCP transport type (http, stdio)
MCPTimeout int // MCP timeout in seconds
}
Options holds REPL configuration options
type REPL ¶
type REPL struct {
// contains filtered or unexported fields
}
REPL represents the interactive Read-Eval-Print Loop
func NewWithOptions ¶ added in v0.3.4
NewWithOptions creates a new REPL instance with options
Click to show internal directories.
Click to hide internal directories.