Versions in this module Expand all Collapse all v0 v0.4.0 Nov 7, 2025 Changes in this version + type MCPProxy struct + type ProxyConfig struct + func NewMCPProxy(l *slog.Logger, mcpMetrics metrics.MCPMetrics, tracer tracing.MCPTracer, ...) (*ProxyConfig, *http.ServeMux, error) + func (p *ProxyConfig) LoadConfig(_ context.Context, config *filterapi.Config) error + type SessionCrypto interface + Decrypt func(encrypted string) (string, error) + Encrypt func(plaintext string) (string, error) + func DefaultSessionCrypto(seed, fallbackSeed string) SessionCrypto v0.4.0-rc1 Nov 5, 2025