Parameters
See plugin common configurations for configuration options available to all plugins.
transport
string
required
default:
ssevaild vaule:
sseorstreamable_httpTransport method for client-server communication. The
streamable_httpmethod is recommended for production deployments, as it supports stateless communication suitable for multiple gateway instances. Thessemethod 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.