headers property

Map<String, String>? headers
getter/setter pair

The headers for the MCP server, such as for authentication.

Only applicable when type is mcp_server.

Optional.

Implementation

core.Map<core.String, core.String>? headers;