File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -381,6 +381,9 @@ data:
381381 monitor:
382382 forwardEnabled: ${CONFIG_MONITOR_FORWARD_TRAFFIC_ENABLED:true}
383383 rejectEnabled: true
384+ mcp:
385+ enabled: ${CONFIG_MCP_ENABLED:false}
386+ path: ${CONFIG_MCP_PATH:/mcp}
384387 mq:
385388 liveMode: ${CONFIG_LIVE_MQ_MODE:ISOLATION_CLUSTER}
386389 laneMode: ${CONFIG_LANE_MQ_MODE:SHARED}
Original file line number Diff line number Diff line change @@ -232,6 +232,9 @@ agent:
232232 monitor :
233233 forwardEnabled : ${CONFIG_MONITOR_FORWARD_TRAFFIC_ENABLED:true}
234234 rejectEnabled : true
235+ mcp :
236+ enabled : ${CONFIG_MCP_ENABLED:false}
237+ path : ${CONFIG_MCP_PATH:/mcp}
235238 mq :
236239 liveMode : ${CONFIG_LIVE_MQ_MODE:ISOLATION_CLUSTER}
237240 laneMode : ${CONFIG_LANE_MQ_MODE:SHARED}
You can’t perform that action at this time.
0 commit comments