llmwire - v2.2.0
GitHub
npm
llms.txt
Preparing search index...
llmwire/mcp
McpHttpTransport
Class McpHttpTransport
Streamable HTTP: every message is a POST; the reply is JSON or an SSE stream carrying the response.
Implements
McpTransport
Index
Constructors
constructor
Methods
close
notify
request
Constructors
constructor
new
McpHttpTransport
(
opts
:
McpHttpOptions
)
:
McpHttpTransport
Parameters
opts
:
McpHttpOptions
Returns
McpHttpTransport
Methods
close
close
()
:
Promise
<
void
>
Returns
Promise
<
void
>
notify
notify
(
msg
:
JsonRpcRequest
)
:
Promise
<
void
>
Parameters
msg
:
JsonRpcRequest
Returns
Promise
<
void
>
request
request
(
msg
:
JsonRpcRequest
)
:
Promise
<
JsonRpcResponse
>
Parameters
msg
:
JsonRpcRequest
Returns
Promise
<
JsonRpcResponse
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
close
notify
request
GitHub
npm
llms.txt
llmwire - v2.2.0
Loading...
Streamable HTTP: every message is a POST; the reply is JSON or an SSE stream carrying the response.