Skip to content

Commit d1d2a25

Browse files
committed
feat: enable for LLM & MCP Proxy API
1 parent 83a12c4 commit d1d2a25

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The `policy-http-callout` policy can be applied to the following API types and f
4040

4141
* `PROXY`
4242
* `MESSAGE`
43+
* `MCP PROXY`
44+
* `LLM PROXY`
4345

4446
### Supported flow phases:
4547

src/main/resources/plugin.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ class=io.gravitee.policy.callout.CalloutHttpPolicy
66
type=policy
77
category=others
88
icon=callout-http.svg
9-
proxy=REQUEST,RESPONSE
10-
message=REQUEST,RESPONSE
9+
10+
http_proxy=REQUEST,RESPONSE
11+
http_message=REQUEST,RESPONSE
12+
mcp_proxy=REQUEST,RESPONSE
13+
llm_proxy=REQUEST,RESPONSE

0 commit comments

Comments
 (0)