Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClientCmd = &cobra.Command{
Use: "client",
Short: "AgentAPI Client CLI",
Long: "Command line client for interacting with AgentAPI endpoints",
}
View Source
var HelpersCmd = &cobra.Command{ Use: "helpers", Short: "Helper utilities for agentapi-proxy", Long: "Collection of helper utilities and tools for working with agentapi-proxy", Run: func(cmd *cobra.Command, args []string) { fmt.Println("Available helpers:") fmt.Println(" setup-claude-code - Setup Claude Code configuration") fmt.Println(" generate-token - Generate API keys for agentapi-proxy authentication") fmt.Println(" init - Initialize Claude configuration (alias for setup-claude-code)") fmt.Println("Use 'agentapi-proxy helpers --help' for more information about available subcommands.") }, }
View Source
var MCPCmd = &cobra.Command{
Use: "mcp",
Short: "Model Context Protocol Server",
Long: "Start an MCP server that exposes agentapi-proxy functionality",
Run: runMCPServer,
}
View Source
var ServerCmd = &cobra.Command{
Use: "server",
Short: "Start the AgentAPI Proxy Server",
Long: "Start the reverse proxy server for AgentAPI that routes requests based on configuration",
Run: runProxy,
}
Functions ¶
This section is empty.
Types ¶
type APIKeysFile ¶ added in v0.14.0
type AgentAPIServer ¶ added in v1.0.0
type AgentAPIServer struct {
// contains filtered or unexported fields
}
type GitHubAppConfig ¶ added in v0.5.0
type MessageResponse ¶ added in v1.0.0
type StatusResponse ¶ added in v1.0.0
type StatusResponse struct {
Status string `json:"status"`
}
Click to show internal directories.
Click to hide internal directories.