Parameters
See plugin common configurations for configuration options available to all plugins.
transport
string
required
default:
sse
vaild vaule:
sse
orstreamable_http
Transport method for client-server communication. The
streamable_http
method is recommended for production deployments, as it supports stateless communication suitable for multiple gateway instances. Thesse
method is stateful and may exhibit unexpected behavior when multiple gateways are deployed.openapi_url
string
required
URL of the OpenAPI specification document that defines the API structure to be exposed through MCP.
base_url
string
required
Base URL of the API service where requests will be forwarded.
headers
object
Headers to include in requests to the upstream service. Support built-in variables in values, for example,
$arg_username-$http_apikey
.