diff --git a/provider/anthropic.go b/provider/anthropic.go index 129badf..1c58636 100644 --- a/provider/anthropic.go +++ b/provider/anthropic.go @@ -72,6 +72,7 @@ func (p *Anthropic) PassthroughRoutes() []string { "/v1/models", "/v1/models/", // See https://pkg.go.dev/net/http#hdr-Trailing_slash_redirection-ServeMux. "/v1/messages/count_tokens", + "/api/event_logging/", } } diff --git a/provider/copilot.go b/provider/copilot.go index dae8f54..195361a 100644 --- a/provider/copilot.go +++ b/provider/copilot.go @@ -87,6 +87,7 @@ func (p *Copilot) PassthroughRoutes() []string { "/models/", "/agents/", "/mcp/", + "/.well-known/", } }