Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DryRunEnabled bool
View Source
var GlobalConfigPath string
View Source
var RootCmd = &cobra.Command{ Use: "leanproxy-mcp", Short: "LeanProxy MCP - A JSON-RPC streaming proxy with token validation", Long: `LeanProxy MCP provides secure JSON-RPC streaming proxy capabilities with token validation, MCP server registry, and configurable redaction. Features: - JSON-RPC streaming proxy - Token validation and authentication - MCP server registry management - Configurable redaction patterns For full documentation, see: https://github.com/mmornati/leanproxy-mcp#readme`, SilenceUsage: true, }
Functions ¶
func SetConfig ¶ added in v0.2.0
func SetConfig(cfg *ServeConfig)
Types ¶
type Pool ¶
type Pool interface {
SendRequest(ctx context.Context, serverName string, req *proxy.JSONRPCRequest, timeout time.Duration) (*proxy.JSONRPCResponse, error)
}
type ServeConfig ¶ added in v0.2.0
func GetConfig ¶ added in v0.2.0
func GetConfig() *ServeConfig
Click to show internal directories.
Click to hide internal directories.