StreamableHttpConfig
Configuration for connecting to an MCP server over the Streamable HTTP transport.
Used as the receiver of the configuration lambda passed to streamableHttp. The url property is required; the remaining properties have sensible defaults and are optional.
Example:
val registry = McpToolRegistryProvider.streamableHttp {
url = "http://localhost:3000/mcp"
}Content copied to clipboard