We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a4a92 commit f5addbbCopy full SHA for f5addbb
pkg/wellknown/wellknown.go
@@ -58,6 +58,8 @@ const (
58
HTTPGRPCStats = "envoy.filters.http.grpc_stats"
59
// HTTP WASM filter
60
HTTPWasm = "envoy.extensions.filters.http.wasm.v3.Wasm"
61
+ // MCP HTTP filter
62
+ MCP = "envoy.filters.http.mcp"
63
)
64
65
// Network filter names
0 commit comments