We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a12c4 commit d1d2a25Copy full SHA for d1d2a25
README.md
@@ -40,6 +40,8 @@ The `policy-http-callout` policy can be applied to the following API types and f
40
41
* `PROXY`
42
* `MESSAGE`
43
+* `MCP PROXY`
44
+* `LLM PROXY`
45
46
### Supported flow phases:
47
src/main/resources/plugin.properties
@@ -6,5 +6,8 @@ class=io.gravitee.policy.callout.CalloutHttpPolicy
6
type=policy
7
category=others
8
icon=callout-http.svg
9
-proxy=REQUEST,RESPONSE
10
-message=REQUEST,RESPONSE
+
+http_proxy=REQUEST,RESPONSE
11
+http_message=REQUEST,RESPONSE
12
+mcp_proxy=REQUEST,RESPONSE
13
+llm_proxy=REQUEST,RESPONSE
0 commit comments