Wasm Directoryalpha
Record

mcp-server-sse

No description available.

record mcp-server-sse {
  name: string,
  url: string,
  headers: list​<http-header>,
}

Fields

NameTypeDescription
namestringHuman-readable name.
urlstringSSE endpoint URL.
headerslist​<http-header>HTTP headers to include when establishing the connection.