Http MCPTransport
class HttpMCPTransport(client: HttpClient, url: String, headers: Map<String, String> = emptyMap(), authProvider: OAuthClientProvider? = null, engineContext: CoroutineContext = Dispatchers.Default, reconnectionOptions: MCPReconnectionOptions = MCPReconnectionOptions {}) : MCPTransport(source)
Since
0.3.0-beta01
Constructors
Link copied to clipboard
constructor(client: HttpClient, url: String, headers: Map<String, String> = emptyMap(), authProvider: OAuthClientProvider? = null, engineContext: CoroutineContext = Dispatchers.Default, reconnectionOptions: MCPReconnectionOptions = MCPReconnectionOptions {})