We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead9fcc commit 13c3ed3Copy full SHA for 13c3ed3
src/kong_mcp_server/tools/kong_rate_limiting.py
@@ -65,7 +65,7 @@ async def create_rate_limiting_plugin(
65
"fault_tolerant": fault_tolerant,
66
"hide_client_headers": hide_client_headers,
67
}
68
-
+
69
# Add header configuration for header-based limiting
70
if header_name is not None:
71
config["header_name"] = header_name
0 commit comments